function initGlobals111() { } function main505() { initGlobals111(); init_test210(); } function config192() { } function init_test210() { local string x130 x_130 = stringFromIndex141(T_foo126(stringToIndex118("hello"))); if (x_130 == "hello") { testSuccess187(); } else { }; } function stringToIndex118(string b371) returns integer { return 0; } function stringFromIndex141(integer i659) returns string { return ""; } function T_foo126(any this149) returns any { return this_149; } IS_NATIVE function testSuccess187() { }