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