mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 08:10:31 +02:00
11 lines
165 B
ObjectPascal
11 lines
165 B
ObjectPascal
{ %fail }
|
|
|
|
var
|
|
{ This shouldn't be allowed, the number of elements
|
|
doesn't fit in the address range }
|
|
mem : array[0..high(ptruint)] of byte ;
|
|
|
|
begin
|
|
end;
|
|
|