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