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