aboutsummaryrefslogtreecommitdiffstats
path: root/spec/e2e/imports/main.alv
diff options
context:
space:
mode:
Diffstat (limited to 'spec/e2e/imports/main.alv')
-rw-r--r--spec/e2e/imports/main.alv8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/e2e/imports/main.alv b/spec/e2e/imports/main.alv
new file mode 100644
index 0000000..94af19e
--- /dev/null
+++ b/spec/e2e/imports/main.alv
@@ -0,0 +1,8 @@
+([5]print "START OF MAIN")
+#([1]import a b c)
+([1]import a)
+([6]print "IMPORTS DONE")
+
+([2]print a/hello)
+#([3]print b/hello)
+#([4]print c/hello)