tarray5.pp 150 B

12345678910
  1. { %fail }
  2. var
  3. { This shouldn't be allowed, the number of elements
  4. doesn't fit in a aint }
  5. mem : array[0..high(aint)] of byte ;
  6. begin
  7. end;