summary refs log tree commit diff stats
path: root/tinyc/examples
Commit message (Expand)AuthorAgeFilesLines
* tiny C support; cosmetic improvements for the docsAraq2010-08-285-0/+164
sts/reject/tnamspc.nim?h=devel&id=cbee9c4e1a1252e6c809d25a0ef371ddee3fc802'>^
1105d0364 ^
2cdfe35e7 ^

2cdfe35e7 ^
e80465dac ^




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