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

11 lines
180 B
Nim

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