fpc/bugs/bug0080.pp
1998-03-25 11:26:49 +00:00

8 lines
85 B
ObjectPascal

program bug0080;
type
tHugeArray = array [ 1 .. High(Word) ] of byte;
begin
end.