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