summary refs log tree commit diff stats
path: root/tests/misc/tatomic.nim
blob: f3c56ffe31c08e67f2be78ab06c3875d5497cea6 (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