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