integer test_x439 code ref_function_bar205 integer tempReturn_integer577 integer test_x439 = 20 code ref_function_bar205 = function bar_proxy function initGlobals127() { ref_function_bar_205 = function bar_proxy; } function main181() { initGlobals127(); init_test878(); } function config492() { } function init_test878() { test_x_439 = 20; do135(ref_function_bar_205); do135(ref_function_bar_205); } IS_NATIVE function do135(code c490) { } function cyc_blub214(integer funcChoice867) { if (funcChoice_867 == 0) { if (test_x_439 > 0) { cyc_blub214(1); do135(ref_function_bar_205); test_x_439 = (test_x_439 - 1); tempReturn_integer_577 = 1; return %nothing%; } else { tempReturn_integer_577 = 2; return %nothing%; }; } else { if (funcChoice_867 == 1) { if (test_x_439 > 0) { cyc_blub214(0); do135(ref_function_bar_205); test_x_439 = (test_x_439 - 1); tempReturn_integer_577 = 1; return %nothing%; } else { tempReturn_integer_577 = 2; return %nothing%; }; } else { }; }; } function bar_proxy124() returns integer { cyc_blub214(1); return tempReturn_integer_577; }