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