diff options
Diffstat (limited to 'tests/generics/mmodule_same_as_proc.nim')
-rw-r--r-- | tests/generics/mmodule_same_as_proc.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/generics/mmodule_same_as_proc.nim b/tests/generics/mmodule_same_as_proc.nim new file mode 100644 index 000000000..048b98336 --- /dev/null +++ b/tests/generics/mmodule_same_as_proc.nim @@ -0,0 +1,2 @@ + +proc mmodule_same_as_proc*(x: string) = discard |