function initGlobals404() { } function main924() { initGlobals404(); init_test594(); } function config120() { } function int_add168(integer this987, integer x664) returns integer { return (this_987 + x_664); } function init_test594() { if (int_add168(3, 4) == 7) { testSuccess180(); } else { }; } IS_NATIVE function testSuccess180() { }