summary refs log tree commit diff stats
path: root/tests/vm/tscriptcompiletime.nims
blob: daec54bf7a1581bb096be03c2abebc73578b8b62 (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  cmd: "nim e $file"
"""

import mscriptcompiletime

macro foo =
  doAssert bar == 2
foo()