1 2 3 4 5 6
// |reftest| skip -- support file import A from "./bug1689499-a.js"; if (true) await 0; export default "B";