summary refs log tree commit diff stats
path: root/tests/modules/texplicit_system_import.nim
blob: 0a4cedc711609a16093e34c23f2dce42b49e5b53 (plain) (blame)
1
2
3
4
5
6
7
8
9
import system except `+`

discard """
  errormsg: "undeclared identifier: '+'"
  line: 9
"""


echo 4+5