diff options
Diffstat (limited to 'tests/compile')
-rwxr-xr-x | tests/compile/tmacro1.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/compile/tmacro1.nim b/tests/compile/tmacro1.nim index e96997c47..520b64e67 100755 --- a/tests/compile/tmacro1.nim +++ b/tests/compile/tmacro1.nim @@ -1,5 +1,7 @@ import macros +from uri import `/` + macro test*(a: stmt): stmt = var nodes: tuple[a, b: int] nodes.a = 4 |