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