summary refs log tree commit diff stats
path: root/tests/importalls/m4.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/importalls/m4.nim')
-rw-r--r--tests/importalls/m4.nim9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/importalls/m4.nim b/tests/importalls/m4.nim
new file mode 100644
index 000000000..77ec65c61
--- /dev/null
+++ b/tests/importalls/m4.nim
@@ -0,0 +1,9 @@
+import ./m3 {.all.}
+import ./m3 as m3b
+export m3b
+export m3h3
+export m3.m3h4
+
+import ./m2 {.all.} as m2b
+export m2b except bar3
+