integer test_x194 code ref_function_bar377 integer tempReturn_integer694 integer test_x194 = 20 code ref_function_bar377 = function bar_proxy function initGlobals121() { ref_function_bar_377 = function bar_proxy; } function main131() { initGlobals121(); init_test168(); } function config561() { } function init_test168() { test_x_194 = 20; do136(ref_function_bar_377); do136(ref_function_bar_377); } IS_NATIVE function do136(code c528) { } function cyc_blub560(integer funcChoice198) { if (funcChoice_198 == 0) { if (test_x_194 > 0) { cyc_blub560(1); do136(ref_function_bar_377); test_x_194 = (test_x_194 - 1); tempReturn_integer_694 = 1; return %nothing%; } else { tempReturn_integer_694 = 2; return %nothing%; }; } else { if (funcChoice_198 == 1) { if (test_x_194 > 0) { cyc_blub560(0); do136(ref_function_bar_377); test_x_194 = (test_x_194 - 1); tempReturn_integer_694 = 1; return %nothing%; } else { tempReturn_integer_694 = 2; return %nothing%; }; } else { }; }; } function bar_proxy140() returns integer { cyc_blub560(1); return tempReturn_integer_694; }