Files
Nim/tests/pragmas/t4384.nim
2018-10-09 19:58:23 +02:00

4 lines
153 B
Nim

macro testMacro(body: untyped): untyped = discard
macro testMacro(s: string, body: untyped): untyped = discard
proc foo() {.testMacro: "foo".} = discard