74c6500a3 ^
a3f19c87f ^
1 2 3 4 5 6 7 8 9
10 11
12
13
discard """ file: "tmacroerrorproc.nim" line: 13 errormsg: "Expected a node of kind nnkCharLit, got nnkCommand" """ # issue #4915 import macros macro mixer(n: typed): untyped = expectKind(n[0], nnkCharLit) mixer: echo "owh"