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

macro m(body: untyped): untyped =
  body

const x2 = m