function initGlobals101() { 
}


function foo500() returns boolean { 
    local integer mod186
    local real skip105
    null;
    mod_186 = 1;
    skip_105 = 1.;
    return true;
    null;
}


function main184() { 
    local trigger initTrig881
    initGlobals101();
    init_test972();
}


function config147() { 
}


function init_test972() { 
    null;
    if foo500() {
        testSuccess107();
    } else {
    };
    null;
}


IS_NATIVE function testSuccess107() { 
}


function typeIdToTypeName142(integer typeId434) returns string { 
    return "unknown";
}


function instanceCount331(integer typeId227) returns integer { 
    return 0;
}


function maxInstanceCount232(integer typeId208) returns integer { 
    return 0;
}


function maxTypeId134() returns integer { 
    return -1;
}