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