Files
Nim/tests/macros/t15751.nim
2024-03-06 16:25:20 +08:00

12 lines
142 B
Nim

discard """
cmd: "nim c --hints:off $file"
nimout: "out"
"""
# bug #15751
macro print(n: untyped): untyped =
echo n.repr
print:
out