function initGlobals208() { } function main189() { initGlobals208(); init_test134(); } function config738() { } function init_test134() { local integer a292 a_292 = 3; if (int_add160(a_292, 4) == 7) { testSuccess130(); } else { }; } function int_add160(integer this168, integer x101) returns integer { return (this_168 + x_101); } IS_NATIVE function testSuccess130() { }