tw3502.pp 120 B

1234567891011
  1. { %fail }
  2. {$ifdef fpc}{$mode delphi}{$endif}
  3. type
  4. tc1=class
  5. property Loop:integer read Loop;
  6. end;
  7. begin
  8. end.