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