summaryrefslogtreecommitdiff
path: root/cli/tests/bundle/file_tests-fixture12.ts
blob: 32b9566bd4439f8306afb97f52f9dde04dacb65c (plain)
1
2
3
4
5
6
7
import { a } from "./subdir/p.ts";

function b() {
  a();
}

b();