Files
Nim/tests/modules/timportexcept.nim
2014-01-13 02:10:03 +01:00

11 lines
130 B
Nim

discard """
line: 9
errormsg: "undeclared identifier: '%'"
"""
import strutils except `%`
# doesn't work
echo "$1" % "abc"