function initGlobals416() { 
}


function main727() { 
    initGlobals416();
    init_Test258();
}


function config101() { 
}


function init_Test258() { 
    test123();
}


function test123() { 
    local string s1115
    local string s2178
    s1_115 = "1";
    s2_178 = "2";
    takesString189((s1_115 + s2_178));
}


IS_NATIVE function takesString189(string s110) { 
}