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");