2
0

tw3281.pp 169 B

1234567891011121314151617
  1. { %opt=-Sew -vw }
  2. {$ifdef fpc}{$mode objfpc}{$endif}
  3. {$M+}
  4. type
  5. tc1=class
  6. published
  7. constructor create;
  8. end;
  9. constructor tc1.create;
  10. begin
  11. end;
  12. begin
  13. end.