function initGlobals674() { 
}


function main734() { 
    initGlobals674();
    init_test349();
}


function config675() { 
}


function init_test349() { 
    local integer x759
    x_759 = identity923(3);
    if (x_759 == 3) {
        testSuccess196();
    } else {
    };
}


function identity923(any a850) returns any { 
    return a_850;
}


IS_NATIVE function testSuccess196() { 
}