tbs0331.pp 134 B

123456789101112131415
  1. {$mode tp}
  2. unit tbs0331;
  3. interface
  4. procedure a(s : string);
  5. implementation
  6. procedure a;
  7. begin
  8. end;
  9. end.