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