mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
11 lines
180 B
Nim
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
|