fpc/tests/tbs0080.pp
1998-12-02 13:05:01 +00:00

8 lines
85 B
ObjectPascal

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