{ %FAIL } unit tgenconst27; {$mode objfpc} interface generic procedure Test; implementation generic procedure Test; begin end; end.