function initGlobals101() { } function main213() { initGlobals101(); init_test120(); } function config413() { } function init_test120() { if (int_add669(3, 4) == 7) { testSuccess135(); } else { }; } function int_add669(integer this972, integer x232) returns integer { return (this_972 + x_232); } IS_NATIVE function testSuccess135() { }