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