summary refs log tree commit diff stats
path: root/tests/modules/mmodule_same_proc_client.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/mmodule_same_proc_client.nim')
-rw-r--r--tests/modules/mmodule_same_proc_client.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/modules/mmodule_same_proc_client.nim b/tests/modules/mmodule_same_proc_client.nim
new file mode 100644
index 000000000..e36ec42cf
--- /dev/null
+++ b/tests/modules/mmodule_same_proc_client.nim
@@ -0,0 +1,2 @@
+
+proc mmodule_same_proc_client*(x: string): bool = x.len > 0