summary refs log tree commit diff stats
path: root/tests/errmsgs/t10489_b.nim
blob: 4b0b876e53c9c563ffa7a35efdbd2de717f4c0ac (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
errormsg: "invalid type: 'macro (body: untyped): untyped{.noSideEffect, gcsafe, locks: 0.}' for const. Did you mean to call the macro with '()'?"
line: 9
"""

macro m(body: untyped): untyped =
  body

const x2 = m