tw13971f.pp 171 B

123456789101112131415161718
  1. { %fail }
  2. {$ifdef fpc}
  3. {$mode objfpc}
  4. {$endif}
  5. type
  6. tc = class
  7. destructor destroy; override;
  8. a: longint;
  9. end;
  10. destructor tc.destroy;
  11. begin
  12. end;
  13. begin
  14. end.