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