summaryrefslogtreecommitdiff
path: root/tests/testdata/coverage/invalid_cache/mod_after.ts
blob: 294dc0843a18c944ab7c074df320e0a3723becfd (plain)
1
2
3
4
5
6
export function test() {
  return 42;
}
if (import.meta.main) {
  test();
}