tnamspc.nim 182 B

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