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