bug0101.pp 126 B

123456789101112131415161718
  1. Unit XYZ;
  2. Interface
  3. Procedure MyProc(V: Integer);
  4. Implementation
  5. Procedure MyProc(Y: Integer);
  6. Begin
  7. end;
  8. end.