function initGlobals103() { } function main109() { initGlobals103(); init_test997(); } function config691() { } function init_test997() { local integer a273 a_273 = 3; if (int_add106(a_273, 4) == 7) { testSuccess968(); } else { }; } function int_add106(integer this142, integer x736) returns integer { return (this_142 + x_736); } IS_NATIVE function testSuccess968() { }