summary refs log tree commit diff stats
path: root/tests/misc/tatomic.nim
blob: 1fa0cff8d08f95eb092a6e3ddd64d20df4a7baa8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
discard """
  file: "tatomic.nim"
  line: 7
  errormsg: "identifier expected, but found 'keyword atomic'"
"""
var 
  atomic: int
  
echo atomic