mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-26 20:03:49 +02:00
25 lines
210 B
ObjectPascal
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.
|