mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-03 00:00:35 +01: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.
|