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