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