fpc/tests/test/tanonfunc55.pp

18 lines
201 B
ObjectPascal

{ %RECOMPILE }
{ %NORUN }
program tanonfunc55;
{$mode objfpc}{$H+}
{$modeswitch advancedrecords}
uses
uanonfunc55;
var
f: specialize TFunc<LongInt>;
begin
f := specialize Foo<LongInt>;
end.