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