summary refs log blame commit diff stats
path: root/tests/accept/compile/thexrange.nim
blob: 875a5bab356d0e28559219dce0df20a5c126407e (plain) (tree)
1
2
3
4
5
6
7
8







                                     
type
  TArray = array[0x0012..0x0013, int]
  
var a: TArray

echo a[0] #OUT 0