t10489_b.nim 216 B

12345678910
  1. discard """
  2. errormsg: "invalid type: 'macro (body: untyped): untyped{.noSideEffect, gcsafe.}' for const. Did you mean to call the macro with '()'?"
  3. line: 9
  4. """
  5. macro m(body: untyped): untyped =
  6. body
  7. const x2 = m