summary refs log blame commit diff stats
path: root/tests/accept/compile/tdeprecated.nim
blob: e287da3f923ed593d2619217a2508cee1ff507ff (plain) (tree)
1
2
3
4
5
6





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