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