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