ref: 85246aa9496cda4ba923939682de23b0f44bfaca dir: /tests/execute/0061-comments.c/
// line comment int main() { /* multiline comment */ return 0; }