summary refs log tree commit diff stats
path: root/tests/modules/timportexcept.nim
blob: 40b7480882a42a3fda20bc670a148f4b596eb567 (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  errormsg: "undeclared identifier: '%'"
  line: 9
"""

import strutils except `%`

# doesn't work
echo "$1" % "abc"