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