tb0279.pp 164 B

123456789101112131415161718
  1. { Old file: tbs0331.pp }
  2. { }
  3. {$mode tp}
  4. unit tb0279;
  5. interface
  6. procedure a(s : string);
  7. implementation
  8. procedure a;
  9. begin
  10. end;
  11. end.