Files
Nim/tests/accept/compile/thexrange.nim
2010-03-09 19:37:26 +01:00

9 lines
80 B
Nim
Executable File

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