mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 17:10:10 +02:00
12 lines
186 B
ObjectPascal
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.
|