function initGlobals108() { } function main145() { initGlobals108(); init_test157(); } function config394() { } function int_add775(integer this167, integer x407) returns integer { return (this_167 + x_407); } function init_test157() { local integer a138 a_138 = 3; if (int_add775(a_138, 4) == 7) { testSuccess156(); } else { }; } IS_NATIVE function testSuccess156() { }