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