function initGlobals108() { } function main165() { local integer x106 local real y703 initGlobals108(); x_106 = 5; y_703 = 7.; if ((1. + bar653(y_703, x_106)) == 8.) { testSuccess184(); } else { }; } function config958() { } function bar653(real a528, integer b243) returns real { local integer x161 local real y302 if (a_528 > 0.) { return a_528; } else { x_161 = 1; y_302 = (2. * b_243); return (1. + bar653(y_302, x_161)); }; } IS_NATIVE function testSuccess184() { }