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