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