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