Files
Nim/tests/modules/timportexcept.nim
2018-12-11 21:23:21 +01:00

10 lines
129 B
Nim

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