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