tw13971b.pp 158 B

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