mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 12:32:25 +02:00
12 lines
120 B
ObjectPascal
12 lines
120 B
ObjectPascal
{ %fail }
|
|
|
|
{$ifdef fpc}{$mode delphi}{$endif}
|
|
|
|
type
|
|
tc1=class
|
|
property Loop:integer read Loop;
|
|
end;
|
|
|
|
begin
|
|
end.
|