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