mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-21 03:29:19 +02:00
8 lines
65 B
ObjectPascal
8 lines
65 B
ObjectPascal
{$modeswitch out}
|
|
procedure p(out o);
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
end.
|