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