summary refs log tree commit diff stats
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