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