mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 10:28:16 +02:00
14 lines
109 B
ObjectPascal
14 lines
109 B
ObjectPascal
{ %FAIL }
|
|
|
|
{$mode delphi}
|
|
|
|
type
|
|
tmcl=class
|
|
l : integer;
|
|
end;
|
|
|
|
var
|
|
cmcl : class of tmcl;
|
|
begin
|
|
end.
|