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