real tempReturn_real596 function initGlobals285() { } function main427() { initGlobals285(); init_Test743(); } function config133() { } function init_Test743() { cyc_bar145(1, 0., 5, 7.); if (tempReturn_real_596 == 8.) { testSuccess157(); } else { }; } IS_NATIVE function testSuccess157() { } function cyc_bar145(integer funcChoice129, real a206, integer b477, real y910) { if (funcChoice_129 == 0) { if (a_206 > 0.) { tempReturn_real_596 = a_206; return %nothing%; } else { cyc_bar145(1, 0., 1, (2. * b_477)); return %nothing%; }; } else { if (funcChoice_129 == 1) { cyc_bar145(0, y_910, b_477, 0.); tempReturn_real_596 = (1. + tempReturn_real_596); return %nothing%; } else { }; }; }