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