summaryrefslogtreecommitdiff
path: root/tests/testdata/run/003_relative_import.ts
blob: 840121bfe56362b44acce941fd23c7fc9f95668a (plain)
1
2
3
import { printHello } from "../subdir/print_hello.ts";

printHello();