c69b88688 ^
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
discard """ action: run output: "equal" """ var t=0x950412DE if t==0x950412DE: echo "equal" else: echo "not equal" type TArray = array[0x0012..0x0013, int] var a: TArray doAssert a[0x0012] == 0 # #7884 type Obj = object ö: int let o = Obj(ö: 1) doAssert o.ö == 1