summaryrefslogtreecommitdiffstats
path: root/js/src/tests/non262/module/bug1689499-c.js
blob: f13d0fd30fc95b76aee5dca8b9bc5b08f883a266 (plain)
1
2
3
4
5
6
7
8
// |reftest| skip -- support file

import A from "./bug1689499-a.js";
if (true) await 0;
export default "C";
throw Error("FAIL");