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