Files
Nim/tests/vm/twrongconst.nim
2015-09-30 21:13:13 +02:00

10 lines
149 B
Nim

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