function initGlobals174() { } function main117() { initGlobals174(); init_test176(); } function config159() { } function init_test176() { local integer a173 a_173 = 3; if (int_add141(a_173, 4) == 7) { testSuccess205(); } else { }; } function int_add141(integer this874, integer x203) returns integer { return (this_874 + x_203); } IS_NATIVE function testSuccess205() { }