fpc/tests/tbs0101.pp
1998-12-02 13:05:01 +00:00

19 lines
126 B
ObjectPascal

Unit XYZ;
Interface
Procedure MyProc(V: Integer);
Implementation
Procedure MyProc(Y: Integer);
Begin
end;
end.