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