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