summary refs log blame commit diff stats
path: root/tests/modules/texplicit_system_import.nim
blob: bc4d018bf9eddd42a9f17251f55c7805959685c3 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                     
##.
import system except `+`
discard """
  errormsg: "undeclared identifier: '+'"
  line: 9
"""
# Testament requires that the initial """ occurs before the 40th byte
# in the file. No kidding...
echo 4+5