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