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