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