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