real tempReturn_real144 function initGlobals200() { } function main500() { initGlobals200(); init_Test207(); } function config108() { } function init_Test207() { cyc_bar183(1, 0., 5, 7.); if (tempReturn_real_144 == 8.) { testSuccess166(); } else { }; } IS_NATIVE function testSuccess166() { } function cyc_bar183(integer funcChoice198, real a152, integer b646, real y937) { if (funcChoice_198 == 0) { if (a_152 > 0.) { tempReturn_real_144 = a_152; return %nothing%; } else { cyc_bar183(1, 0., 1, (2. * b_646)); tempReturn_real_144 = tempReturn_real_144; return %nothing%; }; } else { if (funcChoice_198 == 1) { cyc_bar183(0, y_937, b_646, 0.); tempReturn_real_144 = (1. + tempReturn_real_144); return %nothing%; } else { }; }; }