summary refs log tree commit diff stats
path: root/tests/accept/compile/tdeprecated.nim
blob: e287da3f923ed593d2619217a2508cee1ff507ff (plain) (blame)
1
2
3
4
5
6
var
  a {.deprecated.}: array[0..11, int]
  
a[8] = 1