mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-24 18:38:39 +01:00
10 lines
64 B
ObjectPascal
10 lines
64 B
ObjectPascal
{ %fail }
|
|
|
|
procedure p(var a);
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
p([1]);
|
|
end.
|