summary refs log tree commit diff stats
path: root/tests/importalls/tmain2.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/importalls/tmain2.nim')
-rw-r--r--tests/importalls/tmain2.nim7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/importalls/tmain2.nim b/tests/importalls/tmain2.nim
new file mode 100644
index 000000000..596f0f135
--- /dev/null
+++ b/tests/importalls/tmain2.nim
@@ -0,0 +1,7 @@
+discard """
+joinable: false # for clarity, but not necessary
+"""
+
+{.warning[UnusedImport]: off.}
+# only import `mt*.nim` here; these depend on `m*.nim`
+import "."/[mt0,mt1,mt2,mt3,mt4,mt4b,mt5,mt6,mt7,mt8,mt9]