bug0080.pp 85 B

12345678
  1. program bug0080;
  2. type
  3. tHugeArray = array [ 1 .. High(Word) ] of byte;
  4. begin
  5. end.