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