summary refs log tree commit diff stats
path: root/tests/modules/torder_dep.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/torder_dep.nim')
-rw-r--r--tests/modules/torder_dep.nim10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/modules/torder_dep.nim b/tests/modules/torder_dep.nim
new file mode 100644
index 000000000..85211228a
--- /dev/null
+++ b/tests/modules/torder_dep.nim
@@ -0,0 +1,10 @@
+discard """
+  output: '''[0, 0]'''
+"""
+
+import morder_depb
+import morder_depa
+
+# bug #11187
+
+echo Foo(3)