fpc/tests/webtbs/tw14124.pp

12 lines
94 B
ObjectPascal

program project1;
uses
uw14124;
type
T = specialize TGenericType<Integer>;
begin
end.