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