summary refs log blame commit diff stats
path: root/tests/pragmas/t4384.nim
blob: e6b193f791a427604c952be653fa720ad2494aa1 (plain) (tree)
1
2
3


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