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