summary refs log tree commit diff stats
path: root/tests/errmsgs/t10489_a.nim
blob: 7cfe0176cfd0d7d5d16b598e62401ae6c26735d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
errormsg: "cannot assign macro symbol to variable here"
line: 9
"""

macro m(body: untyped): untyped =
  body

let x1 = m