summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/modules/cyclicImport2.js
blob: e7c3cd924efb8bcdf1bc9e62e178b50ca5e2b211 (plain)
1
2
3
4
import { a } from "cyclicImport1.js";

export let b = 2;
assertEq(a, 1);