summaryrefslogtreecommitdiff
path: root/tests/testdata/run/error_015_dynamic_import_permissions.js
blob: bdf423b59c950ae76d0d24d7bbb16e5bd7f3b152 (plain)
1
2
3
(async () => {
  await import("" + "http://example.com/subdir/mod4.js");
})();