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