tnamspc.nim 180 B

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