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