summary refs log tree commit diff stats
path: root/tests/modules/morder_depa.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/morder_depa.nim')
-rw-r--r--tests/modules/morder_depa.nim5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/modules/morder_depa.nim b/tests/modules/morder_depa.nim
new file mode 100644
index 000000000..846fb1441
--- /dev/null
+++ b/tests/modules/morder_depa.nim
@@ -0,0 +1,5 @@
+
+import morder_depb
+
+proc Foo*(x: int): Foo = discard
+