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