{ %FAIL } program tgeneric84; {$mode objfpc} type generic TTest = record end; PTest = ^TTest; begin end.