{ %FAIL } program tgeneric88; {$mode objfpc} type generic TTest = record end; PTestLongInt = ^specialize TTest; PTestBoolean = ^specialize TTest; begin end.