fpc/bugs/bug0244.pp
1999-04-24 17:15:19 +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.