Files
Nim/tests/vm/twrongconst.nim
2017-07-25 09:28:23 +02:00

10 lines
149 B
Nim

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