integer Test_ghs163


integer Test_ghs163 = 12


function initGlobals536() { 
}


function main902() { 
    initGlobals536();
    init_Test164();
}


function config362() { 
}


function init_Test164() { 
    local integer x141
    Test_ghs_163 = 12;
    x_141 = 6;
    if nonInlinable710(x_141) {
        Test_ghs_163 = 0;
        testFail713("bad");
    } else {
        Test_ghs_163 = 0;
        if (Test_ghs_163 == 0) {
            testSuccess687();
        } else {
        };
    };
}


function nonInlinable710(integer x366) returns boolean { 
    Test_ghs_163 = (Test_ghs_163 + 6);
    if (x_366 > 6) {
        return true;
    } else {
        return false;
    };
}


IS_NATIVE function testFail713(string msg390) { 
}


IS_NATIVE function testSuccess687() { 
}