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





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

echo a[0x0012] #OUT 0