ac978b320 ^
000b8afd2 ^
1 2
3
4 5 6 7
import macros macro foo(x: untyped): untyped = echo treerepr(callsite()) result = newNimNode(nnkStmtList) proc zoo() {.foo.} = echo "hi"