mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 03:28:40 +02:00
10 lines
64 B
ObjectPascal
10 lines
64 B
ObjectPascal
{ %fail }
|
|
|
|
procedure p(var a);
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
p([1]);
|
|
end.
|