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