index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
macros
/
t14329.nim
blob: b5606424ae92f9c2bd5d33a50349703390846f7a (
plain
) (
blame
)
1
2
3
4
import
macros
macro
myMacro
(
n
)
=
let
x
=
if
true
:
newLit"test"
else
:
error
"error"
,
n