DEBSOURCES
Skip Quicknav
sources / nim / 2.2.0-1 / tests / macros / t14329.nim
1234
import macros macro myMacro(n) = let x = if true: newLit"test" else: error "error", n