bug0244.pp 210 B

123456789101112131415161718192021222324
  1. Unit bug0244;
  2. {test also with -So !!!}
  3. Interface
  4. Procedure t(a,b: longint);
  5. Implementation
  6. Procedure t(a,b: longint);
  7. begin
  8. end;
  9. Procedure t2;
  10. Procedure t(l: Longint);
  11. Begin
  12. End;
  13. Begin
  14. End;
  15. End.