mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-11 11:01:27 +01:00
11 lines
102 B
ObjectPascal
11 lines
102 B
ObjectPascal
{%FAIL}
|
|
{$mode objfpc}
|
|
|
|
program tarrconstr14;
|
|
|
|
var
|
|
a: array[0..2] of integer;
|
|
begin
|
|
a := [];
|
|
end.
|