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

import A from "./bug1689499-a.js";
if (true) await 0;
export default "B";