mpragma1.nim 66 B

1234
  1. macro aMacro*(u:untyped):untyped =
  2. echo "in macro"
  3. result = u