function initGlobals588() { } function main161() { initGlobals588(); init_test684(); } function config436() { } function init_test684() { if (int_add123(3, 4) == 7) { testSuccess165(); } else { }; } function int_add123(integer this194, integer x410) returns integer { return (this_194 + x_410); } IS_NATIVE function testSuccess165() { }