Files
Nim/tests/reject/timportexcept.nim
2012-11-28 23:54:23 +01:00

11 lines
130 B
Nim

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