unit ugeneric96c; {$mode objfpc} interface type TTest = class end; implementation end.