integer Test_ghs980


integer Test_ghs980 = 12


function initGlobals351() { 
}


function main147() { 
    initGlobals351();
    init_Test168();
}


function config137() { 
}


function init_Test168() { 
    Test_ghs_980 = 12;
    Test_ghs_980 = 0;
    if nonInlinable181(6) {
        testFail188("bad");
    } else {
        if (Test_ghs_980 == 0) {
            testSuccess807();
        } else {
        };
    };
}


function nonInlinable181(integer x160) returns boolean { 
    if (x_160 > 6) {
        return true;
    } else {
        return false;
    };
}


IS_NATIVE function testFail188(string msg136) { 
}


IS_NATIVE function testSuccess807() { 
}