function initGlobals213() { } function main174() { initGlobals213(); init_test120(); } function config196() { } function init_test120() { if (int_add127(3, 4) == 7) { testSuccess109(); } else { }; } function int_add127(integer this178, integer x102) returns integer { return (this_178 + x_102); } IS_NATIVE function testSuccess109() { }