summary refs log tree commit diff stats
path: root/tests/errmsgs/t10489_a.nim
blob: 86659f7acde2a338f5ca086cb5d44c2aa5b9e7bd (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
errormsg: "cannot assign macro 'm' to 'x1'. Did you mean to call the macro with '()'?"
line: 9
"""

macro m(body: untyped): untyped =
  body

let x1 = m