diff options
Diffstat (limited to 'tests/modules/t9627.nim')
-rw-r--r-- | tests/modules/t9627.nim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/modules/t9627.nim b/tests/modules/t9627.nim new file mode 100644 index 000000000..daba46374 --- /dev/null +++ b/tests/modules/t9627.nim @@ -0,0 +1,7 @@ +discard """ + output: "109" +""" + +include m9627 / [a, b] + +echo a, b |