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