blob: 93ce71568fab89626724c2251efa7c919bed979e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
discard """
errormsg: "undeclared identifier: \'global\'"
file: "tnamspc.nim"
line: 10
"""
# Test17 - test correct handling of namespaces
import mnamspc1
global = 9 #ERROR
|