summaryrefslogtreecommitdiff
path: root/tests/specs/run/keep_comments_ts/main.out
blob: 8cf85ee7138955116d6b1e6f0914a96a5946927a (plain)
1
2
3
4
function test() {
  // this comment should be in output
  return 1 + 1;
}