Looks like compiler in semProcBody (semexprs.nim) rewrites 'newLit("testD")' to
'result = newLit("testD")', but it happens before result type changed to NimNode
- string result from macro Krux02
- Re: string result from macro cdome
- Re: string result from macro cdome
