summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/tests/unit/es6module_top_level_await.js
blob: 9148868fa0000dad26dae8ff9610779aeabed5d4 (plain)
1
2
3
4
5
await 1;

export function foo() {
  return 10;
}