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