function initGlobals202() { } function main207() { initGlobals202(); init_test172(); } function config636() { } function init_test172() { local integer a639 a_639 = int_add245(int_add245(int_add245(3, 4), 5), 6); if (a_639 == 18) { testSuccess445(); } else { }; } function int_add245(integer this169, integer x158) returns integer { return (this_169 + x_158); } IS_NATIVE function testSuccess445() { }