{ %NORUN } program tw28674; {$mode objfpc} type generic node = object data: T; link: ^node; end; tintnode = specialize node; begin end.