add tests

This commit is contained in:
Neelesh Chandola
2018-12-09 13:56:11 +05:30
parent 9aa783624d
commit f77ddccb6c
3 changed files with 9 additions and 0 deletions

7
tests/modules/t9627.nim Normal file
View File

@@ -0,0 +1,7 @@
discard """
output: "109"
"""
include t9627 / [a, b]
echo a, b

View File

@@ -0,0 +1 @@
var a = 10

View File

@@ -0,0 +1 @@
var b = 9