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