a6d442124 ^
52e276c82 ^
1 2 3 4 5
6
7 8 9
proc output_x:string {.compileTime.} = "x" template t = const x = output_x() let bar {.exportc:"bar" & x.} = 100 static: doAssert(compiles (t()))