tbs0147.pp 105 B

12345678910111213
  1. { $OPT= -So }
  2. unit tbs0147;
  3. interface
  4. function b:boolean;
  5. implementation
  6. function b;
  7. begin
  8. end;
  9. end.