summary refs log blame commit diff stats
path: root/tests/macros/tnimnode_for_runtime.nim
blob: 0520cd0dd8ffbfb63444d9f4d33915a690b1538a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12

               


             
                         





                   
discard """
  output: "bla"
"""

import macros
proc makeMacro: NimNode =
  result = nil

var p = makeMacro()

echo "bla"