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