t14329.nim 89 B

12345
  1. import macros
  2. macro myMacro(n) =
  3. let x = if true: newLit"test" else: error "error", n