DEBSOURCES
Skip Quicknav
sources / nim / 2.2.0-1 / tests / macros / t15751.nim
1234567891011
discard """ cmd: "nim c --hints:off $file" nimout: "out" """ # bug #15751 macro print(n: untyped): untyped = echo n.repr print: out