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