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