summary refs log blame commit diff stats
path: root/tests/reject/tatomic.nim
blob: 1fa0cff8d08f95eb092a6e3ddd64d20df4a7baa8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                     
                                                             
   




             

 
discard """
  file: "tatomic.nim"
  line: 7
  errormsg: "identifier expected, but found 'keyword atomic'"
"""
var 
  atomic: int
  
echo atomic