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