ref: 85246aa9496cda4ba923939682de23b0f44bfaca dir: /tests/execute/0027-charval.c/
int main() { char *p; p = "hello"; return p[0] - 104; }