function initGlobals108() { } function main208() { initGlobals108(); init_test116(); } function config108() { } function init_test116() { local integer a258 a_258 = int_add153(int_add153(int_add153(3, 4), 5), 6); if (a_258 == 18) { testSuccess191(); } else { }; } function int_add153(integer this535, integer x428) returns integer { return (this_535 + x_428); } IS_NATIVE function testSuccess191() { }