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