function initGlobals733() { 
}


function main363() { 
    initGlobals733();
    init_test147();
}


function config238() { 
}


function init_test147() { 
    if (stringFromIndex188(T_foo111(stringToIndex201("hello"))) == "hello") {
        testSuccess116();
    } else {
    };
}


function stringToIndex201(string b103) returns integer { 
    return 0;
}


function stringFromIndex188(integer i203) returns string { 
    return "";
}


function T_foo111(any this446) returns any { 
    return this_446;
}


IS_NATIVE function testSuccess116() { 
}