integer test_x179 code ref_function_bar204 integer tempReturn_integer301 integer test_x179 = 20 code ref_function_bar204 = function bar_proxy function initGlobals459() { ref_function_bar_204 = function bar_proxy; } function main115() { initGlobals459(); init_test150(); } function config144() { } function init_test150() { test_x_179 = 20; do240(ref_function_bar_204); do240(ref_function_bar_204); } IS_NATIVE function do240(code c149) { } function cyc_blub342(integer funcChoice199) { if (funcChoice_199 == 0) { if (test_x_179 > 0) { cyc_blub342(1); do240(ref_function_bar_204); test_x_179 = (test_x_179 - 1); tempReturn_integer_301 = 1; return %nothing%; } else { tempReturn_integer_301 = 2; return %nothing%; }; } else { if (funcChoice_199 == 1) { if (test_x_179 > 0) { cyc_blub342(0); do240(ref_function_bar_204); test_x_179 = (test_x_179 - 1); tempReturn_integer_301 = 1; return %nothing%; } else { tempReturn_integer_301 = 2; return %nothing%; }; } else { }; }; } function bar_proxy239() returns integer { cyc_blub342(1); return tempReturn_integer_301; }