real tempReturn_real181 function initGlobals583() { } function main676() { initGlobals583(); init_Test127(); } function config301() { } function init_Test127() { cyc_bar189(1, 0., 5, 7.); if (tempReturn_real_181 == 8.) { testSuccess123(); } else { }; } IS_NATIVE function testSuccess123() { } function cyc_bar189(integer funcChoice772, real a178, integer b202, real y118) { if (funcChoice_772 == 0) { if (a_178 > 0.) { tempReturn_real_181 = a_178; return %nothing%; } else { cyc_bar189(1, 0., 1, (2. * b_202)); tempReturn_real_181 = tempReturn_real_181; return %nothing%; }; } else { if (funcChoice_772 == 1) { cyc_bar189(0, y_118, b_202, 0.); tempReturn_real_181 = (1. + tempReturn_real_181); return %nothing%; } else { }; }; }