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

14 lines
109 B
ObjectPascal

{ %FAIL }
{$mode delphi}
type
tmcl=class
l : integer;
end;
var
cmcl : class of tmcl;
begin
end.