mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 09:08:03 +02:00
8 lines
85 B
ObjectPascal
8 lines
85 B
ObjectPascal
program bug0080;
|
|
|
|
type
|
|
|
|
tHugeArray = array [ 1 .. High(Word) ] of byte;
|
|
|
|
begin
|
|
end. |