fpc/tests/tbs0244.pp
1999-05-31 22:39:52 +00:00

25 lines
210 B
ObjectPascal

Unit bug0244;
{test also with -So !!!}
Interface
Procedure t(a,b: longint);
Implementation
Procedure t(a,b: longint);
begin
end;
Procedure t2;
Procedure t(l: Longint);
Begin
End;
Begin
End;
End.