Files
Nim/tests/vm/twrongconst.nim
2014-03-16 20:42:49 +02:00

10 lines
149 B
Nim

discard """
errormsg: "cannot evaluate at compile time: x"
line: 9
"""
var x: array[100, char]
template Foo : expr = x[42]
const myConst = foo