function initGlobals739() { } function main177() { initGlobals739(); init_test467(); } function config165() { } function init_test467() { local integer a903 a_903 = 3; if (int_add129(a_903, 4) == 7) { testSuccess177(); } else { }; } function int_add129(integer this140, integer x202) returns integer { return (this_140 + x_202); } IS_NATIVE function testSuccess177() { }