real vec3_op_plus_return_x206 real vec3_op_plus_return_y117 real vec3_op_plus_return_z117 function initGlobals181() { } function main386() { initGlobals181(); init_test603(); } function config891() { } function init_test603() { local real v1_x207 local real v1_y618 local real v1_z217 local real v2_x181 local real v2_y122 local real v2_z779 local real v3_x148 local real tuple_temp127 local real tuple_temp112 local real tuple_temp800 local real tuple_temp941 local real tuple_temp468 local real tuple_temp749 local real tuple_temp575 tuple_temp_127 = 1.; tuple_temp_112 = 1.; tuple_temp_800 = 1.; v1_x_207 = tuple_temp_127; v1_y_618 = tuple_temp_112; v1_z_217 = tuple_temp_800; tuple_temp_941 = 1.; tuple_temp_468 = 1.; tuple_temp_749 = 1.; v2_x_181 = tuple_temp_941; v2_y_122 = tuple_temp_468; v2_z_779 = tuple_temp_749; tuple_temp_575 = vec3_op_plus698(v1_x_207, v1_y_618, v1_z_217, v2_x_181, v2_y_122, v2_z_779); v3_x_148 = tuple_temp_575; if (v3_x_148 == 2.) { testSuccess718(); } else { }; } function vec3_op_plus698(real this_x172, real this_y180, real this_z745, real v_x375, real v_y706, real v_z605) returns real { vec3_op_plus_return_x_206 = (this_x_172 + v_x_375); vec3_op_plus_return_y_117 = (this_y_180 + v_y_706); vec3_op_plus_return_z_117 = (this_z_745 + v_z_605); return vec3_op_plus_return_x_206; } IS_NATIVE function testSuccess718() { }