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