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