{ %FAIL } unit tgenconst26; {$mode delphi} interface implementation procedure Test; forward; procedure Test; begin end; end.