integer test_x198
code ref_function_bar291


integer test_x198 = 20
code ref_function_bar291 = function bar


function initGlobals136() { 
    ref_function_bar_291 = function bar;
}


function main157() { 
    initGlobals136();
    init_test212();
}


function config161() { 
}


function init_test212() { 
    test_x_198 = 20;
    do140(ref_function_bar_291);
}


function bar199() returns integer { 
    if (test_x_198 > 0) {
        do140(ref_function_bar_291);
        bar199();
        test_x_198 = (test_x_198 - 1);
        return 1;
    } else {
        return 2;
    };
}


IS_NATIVE function do140(code c198) { 
}