{ %NORUN } program tw19697; {$mode objfpc}{$H+} uses uw19697; type TSpecialisedClass = specialize TGenericClass; begin TSpecialisedClass.Init; end.