summaryrefslogtreecommitdiff
path: root/tests/testdata/run/top_level_await/tla/c.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run/top_level_await/tla/c.js')
-rw-r--r--tests/testdata/run/top_level_await/tla/c.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testdata/run/top_level_await/tla/c.js b/tests/testdata/run/top_level_await/tla/c.js
new file mode 100644
index 000000000..806eb0a8b
--- /dev/null
+++ b/tests/testdata/run/top_level_await/tla/c.js
@@ -0,0 +1,3 @@
+import order from "./order.js";
+
+order.push("c");