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