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