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