summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/tbs/tb0550.pp
blob: c95188cde25ac4778f4afcafb1ce3a015797438b (plain)
1
2
3
4
5
6
7
{$modeswitch out}
procedure p(out o);
  begin
  end;

begin
end.