1 2 3 4 5 6 7 8 9
discard """ cmd: "nim e $file" """ import mscriptcompiletime macro foo = doAssert bar == 2 foo()