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