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