real vec3_op_plus_return_x158 real vec3_op_plus_return_y182 real vec3_op_plus_return_z185 function initGlobals201() { } function main185() { initGlobals201(); init_test117(); } function config353() { } function init_test117() { local real v1_x733 local real v1_y131 local real v1_z228 local real v2_x116 local real v2_y604 local real v2_z417 local real tuple_temp193 local real tuple_temp619 local real tuple_temp190 local real tuple_temp355 local real tuple_temp144 local real tuple_temp510 local real tuple_temp473 local real tuple_temp195 local real tuple_temp902 tuple_temp_193 = 1.; tuple_temp_619 = 1.; tuple_temp_190 = 1.; v1_x_733 = tuple_temp_193; v1_y_131 = tuple_temp_619; v1_z_228 = tuple_temp_190; tuple_temp_355 = 1.; tuple_temp_144 = 1.; tuple_temp_510 = 1.; v2_x_116 = tuple_temp_355; v2_y_604 = tuple_temp_144; v2_z_417 = tuple_temp_510; tuple_temp_473 = vec3_op_plus139(v1_x_733, v1_y_131, v1_z_228, v2_x_116, v2_y_604, v2_z_417); tuple_temp_195 = vec3_op_plus_return_y_182; tuple_temp_902 = vec3_op_plus_return_z_185; v1_x_733 = tuple_temp_473; v1_y_131 = tuple_temp_195; v1_z_228 = tuple_temp_902; if (v1_x_733 == 2.) { testSuccess165(); } else { }; } function vec3_op_plus139(real this_x160, real this_y353, real this_z137, real v_x136, real v_y153, real v_z992) returns real { vec3_op_plus_return_x_158 = (this_x_160 + v_x_136); vec3_op_plus_return_y_182 = (this_y_353 + v_y_153); vec3_op_plus_return_z_185 = (this_z_137 + v_z_992); return vec3_op_plus_return_x_158; } IS_NATIVE function testSuccess165() { }