fpc/tests/webtbf/tw3502.pp
fpc 790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00

12 lines
120 B
ObjectPascal

{ %fail }
{$ifdef fpc}{$mode delphi}{$endif}
type
tc1=class
property Loop:integer read Loop;
end;
begin
end.