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