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