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