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