summaryrefslogtreecommitdiff
path: root/tests/specs/run/error_002/error_002.ts
blob: ac712fbf7166da492e6e4aa05d9ef1f02007885d (plain)
1
2
3
4
5
6
7
import { throwsError } from "./mod1.ts";

function foo() {
  throwsError();
}

foo();