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