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