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