{ %NORUN } program tb0666a; {$mode delphi} function Test: T; procedure Foo; begin Test; Test; Test; end; begin Foo; end; begin Test; end.