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