tb0017.pp 239 B

12345678910111213141516171819202122
  1. { %FAIL }
  2. { Old file: tbf0101.pp }
  3. { no type checking for routines in interfance and OK 0.99.1 (CEC) }
  4. Unit tbs0101;
  5. Interface
  6. Procedure MyProc(V: Integer);
  7. Implementation
  8. Procedure MyProc(Y: Integer);
  9. Begin
  10. end;
  11. end.