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