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