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