real tempReturn_real109 function initGlobals327() { } function main138() { initGlobals327(); init_Test390(); } function config149() { } function init_Test390() { cyc_bar118(1, 0., 5, 7.); if (tempReturn_real_109 == 8.) { testSuccess790(); } else { }; } IS_NATIVE function testSuccess790() { } function cyc_bar118(integer funcChoice142, real a110, integer b642, real y179) { if (funcChoice_142 == 0) { if (a_110 > 0.) { tempReturn_real_109 = a_110; return %nothing%; } else { cyc_bar118(1, 0., 1, (2. * b_642)); tempReturn_real_109 = tempReturn_real_109; return %nothing%; }; } else { if (funcChoice_142 == 1) { cyc_bar118(0, y_179, b_642, 0.); tempReturn_real_109 = (1. + tempReturn_real_109); return %nothing%; } else { }; }; }