DEBSOURCES
Skip Quicknav
sources / fpc / 2.6.4%2Bdfsg-4 / fpcsrc / tests / test / tarray5.pp
12345678910
{ %fail } var { This shouldn't be allowed, the number of elements doesn't fit in a aint } mem : array[0..high(aint)] of byte ; begin end;