{ %NORUN } {$mode objfpc} { test lists of types/contants } program tgenconst2; type generic TMoreThanOne = record end; var a: specialize TMoreThanOne; begin end.