blob: 71a6cc3c4404bc3d7bcf1486f1d9cce2077bd9da (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
discard """
errormsg: "invalid type: 'macro (body: untyped): untyped{.noSideEffect, gcsafe, locks: 0.}' for let. Did you mean to call the macro with '()'?"
line: 9
"""
macro m(body: untyped): untyped =
body
let x1 = m
|