mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-04 09:03:42 +02:00
11 lines
150 B
ObjectPascal
11 lines
150 B
ObjectPascal
{ %fail }
|
|
|
|
var
|
|
{ This shouldn't be allowed, the number of elements
|
|
doesn't fit in a aint }
|
|
mem : array[0..high(aint)] of byte ;
|
|
|
|
begin
|
|
end;
|
|
|