function initGlobals231() { 
}


function foo183(integer x940) returns integer { 
    return (x_940 + 1);
}


function main526() { 
    initGlobals231();
    init_Test189();
}


function config133() { 
}


function init_Test189() { 
    if (foo183(3) == 4) {
        testSuccess500();
    } else {
    };
}


IS_NATIVE function testSuccess500() { 
}