fpc/tests/tbs/tb0629.pp
2017-08-29 18:29:10 +00:00

15 lines
149 B
ObjectPascal

{ %NORUN }
program tb0629;
{$mode objfpc}
uses
ub0629, typinfo;
var
ti: PTypeInfo;
begin
ti := TTest.specialize GetTypeInfo<LongInt>;
end.