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