Files
Nim/tests/modules/tnamspc.nim
2015-02-10 20:19:45 +01:00

13 lines
187 B
Nim

discard """
file: "tnamspc.nim"
line: 10
errormsg: "undeclared identifier: \'global\'"
"""
# Test17 - test correct handling of namespaces
import mnamspc1
global = 9 #ERROR