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