real vec_plus_return_x183 real vec_plus_return_y360 real vec_plus_return_z157 function initGlobals299() { } function main261() { initGlobals299(); init_test162(); } function config769() { } function init_test162() { local real temp_tuple_y160 local real tuple_temp214 vec_plus134(1., 2., 3., 4., 5., 6.); tuple_temp_214 = vec_plus_return_y_360; temp_tuple_y_160 = tuple_temp_214; if (temp_tuple_y_160 == 7.) { testSuccess157(); } else { }; } function vec_plus134(real this_x587, real this_y119, real this_z153, real other_x367, real other_y148, real other_z176) returns real { if (this_x_587 > 0.) { vec_plus_return_x_183 = (this_x_587 + other_x_367); vec_plus_return_y_360 = (this_y_119 + other_y_148); vec_plus_return_z_157 = (this_z_153 + other_z_176); return vec_plus_return_x_183; } else { vec_plus_return_x_183 = (this_x_587 + other_x_367); vec_plus_return_y_360 = (this_y_119 + other_y_148); vec_plus_return_z_157 = (this_z_153 + other_z_176); return vec_plus_return_x_183; }; } IS_NATIVE function testSuccess157() { }