mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-05 04:27:44 +00:00
12 lines
142 B
Nim
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
|