function initGlobals194() { } function main126() { initGlobals194(); init_test165(); } function config172() { } function init_test165() { if (int_add952(int_add952(int_add952(3, 4), 5), 6) == 18) { testSuccess159(); } else { }; } function int_add952(integer this696, integer x683) returns integer { return (this_696 + x_683); } IS_NATIVE function testSuccess159() { }