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