summary refs log tree commit diff stats
path: root/tests/macros/t15751.nim
blob: fcabb2f9ef58376e56ef32ff562688f6389d0977 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
discard """
  cmd: "nim c --hints:off $file"
  nimout: "out"
"""

# bug #15751
macro print(n: untyped): untyped =
  echo n.repr

print:
  out