integer test_x146 code ref_function_bar157 integer tempReturn_integer170 integer test_x146 = 20 code ref_function_bar157 = function bar_proxy function initGlobals134() { ref_function_bar_157 = function bar_proxy; } function main212() { initGlobals134(); init_test191(); } function config320() { } function init_test191() { test_x_146 = 20; do366(ref_function_bar_157); do366(ref_function_bar_157); } IS_NATIVE function do366(code c780) { } function cyc_blub159(integer funcChoice204) { if (funcChoice_204 == 0) { if (test_x_146 > 0) { cyc_blub159(1); do366(ref_function_bar_157); test_x_146 = (test_x_146 - 1); tempReturn_integer_170 = 1; return %nothing%; } else { tempReturn_integer_170 = 2; return %nothing%; }; } else { if (funcChoice_204 == 1) { if (test_x_146 > 0) { cyc_blub159(0); do366(ref_function_bar_157); test_x_146 = (test_x_146 - 1); tempReturn_integer_170 = 1; return %nothing%; } else { tempReturn_integer_170 = 2; return %nothing%; }; } else { }; }; } function bar_proxy292() returns integer { cyc_blub159(1); return tempReturn_integer_170; }