summary refs log tree commit diff stats
path: root/tests/deprecated/tdeprecated.nim
blob: 955a7f6ad2d105d635a45d83ac9df146aad5cc5f (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  nimout: "a is deprecated [Deprecated]"
"""

var
  a {.deprecated.}: array[0..11, int]

a[8] = 1