integer test_x940 code ref_function_bar138 integer tempReturn_integer108 integer test_x940 = 20 code ref_function_bar138 = function bar_proxy function initGlobals138() { ref_function_bar_138 = function bar_proxy; } function main188() { initGlobals138(); init_test108(); } function config210() { } function init_test108() { test_x_940 = 20; do213(ref_function_bar_138); do213(ref_function_bar_138); } IS_NATIVE function do213(code c203) { } function cyc_blub208(integer funcChoice858) { if (funcChoice_858 == 0) { if (test_x_940 > 0) { cyc_blub208(1); do213(ref_function_bar_138); test_x_940 = (test_x_940 - 1); tempReturn_integer_108 = 1; return %nothing%; } else { tempReturn_integer_108 = 2; return %nothing%; }; } else { if (funcChoice_858 == 1) { if (test_x_940 > 0) { cyc_blub208(0); do213(ref_function_bar_138); test_x_940 = (test_x_940 - 1); tempReturn_integer_108 = 1; return %nothing%; } else { tempReturn_integer_108 = 2; return %nothing%; }; } else { }; }; } function bar_proxy198() returns integer { cyc_blub208(1); return tempReturn_integer_108; }