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