diff options
Diffstat (limited to 'tests/modules/tmodule_same_proc.nim')
-rw-r--r-- | tests/modules/tmodule_same_proc.nim | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/modules/tmodule_same_proc.nim b/tests/modules/tmodule_same_proc.nim new file mode 100644 index 000000000..dc4dfd3d6 --- /dev/null +++ b/tests/modules/tmodule_same_proc.nim @@ -0,0 +1,9 @@ + +import mmodule_same_proc + +# importing baz causes the error not to trigger +#import baz + +# bug #11188 + +discard "foo".bar() |