summaryrefslogtreecommitdiff
path: root/tests/testdata/run/config/main.ts
blob: 51a61e447c3a084b086430b1482dfecdec41230b (plain)
1
2
3
4
5
function foo(bar) {
  return bar;
}

foo(1);