1 2 3 4 5
// |reftest| skip -- support file import B from "./bug1689499-b.js"; import C from "./bug1689499-c.js"; export default "A";