fpc/tests/tbs/tb0073.pp
2002-09-07 15:40:30 +00:00

12 lines
186 B
ObjectPascal

{ Old file: tbs0080.pp }
{ Shows Missing High() (internal) function. OK 0.99.6 (MVC) }
program bug0080;
type
tHugeArray = array [ 1 .. High(Word) ] of byte;
begin
end.