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