tw13971e.pp 161 B

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