mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 03:32:32 +00:00
add tests
This commit is contained in:
7
tests/modules/t9627.nim
Normal file
7
tests/modules/t9627.nim
Normal file
@@ -0,0 +1,7 @@
|
||||
discard """
|
||||
output: "109"
|
||||
"""
|
||||
|
||||
include t9627 / [a, b]
|
||||
|
||||
echo a, b
|
||||
1
tests/modules/t9627/a.nim
Normal file
1
tests/modules/t9627/a.nim
Normal file
@@ -0,0 +1 @@
|
||||
var a = 10
|
||||
1
tests/modules/t9627/b.nim
Normal file
1
tests/modules/t9627/b.nim
Normal file
@@ -0,0 +1 @@
|
||||
var b = 9
|
||||
Reference in New Issue
Block a user