ref: d02dde25b6faa53013cbbb9894f1539645093ee5 dir: /tests/cc/execute/0060-charlit.c/
int main() { if ('a' != 97) return 1; return 0; }