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