mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 08:54:53 +00:00
10 lines
103 B
Nim
10 lines
103 B
Nim
discard """
|
|
cmd: "nim e $file"
|
|
"""
|
|
|
|
import mscriptcompiletime
|
|
|
|
macro foo =
|
|
doAssert bar == 2
|
|
foo()
|