{ %NORUN } program tgeneric89; {$mode delphi} type TTest = record end; PTestLongInt = ^TTest; PTestBoolean = ^TTest; begin end.