real vec3_op_plus_return_x182 real vec3_op_plus_return_y214 real vec3_op_plus_return_z161 function initGlobals171() { } function main420() { initGlobals171(); init_test211(); } function config460() { } function init_test211() { local real v1_x238 local real v1_y176 local real v1_z525 local real v2_x138 local real v2_y749 local real v2_z127 local real tuple_temp104 local real tuple_temp158 local real tuple_temp338 local real tuple_temp748 local real tuple_temp117 local real tuple_temp178 local real tuple_temp174 local real tuple_temp214 local real tuple_temp847 tuple_temp_104 = 1.; tuple_temp_158 = 1.; tuple_temp_338 = 1.; v1_x_238 = tuple_temp_104; v1_y_176 = tuple_temp_158; v1_z_525 = tuple_temp_338; tuple_temp_748 = 1.; tuple_temp_117 = 1.; tuple_temp_178 = 1.; v2_x_138 = tuple_temp_748; v2_y_749 = tuple_temp_117; v2_z_127 = tuple_temp_178; tuple_temp_174 = vec3_op_plus504(v1_x_238, v1_y_176, v1_z_525, v2_x_138, v2_y_749, v2_z_127); tuple_temp_214 = vec3_op_plus_return_y_214; tuple_temp_847 = vec3_op_plus_return_z_161; v1_x_238 = tuple_temp_174; v1_y_176 = tuple_temp_214; v1_z_525 = tuple_temp_847; if (v1_x_238 == 2.) { testSuccess128(); } else { }; } function vec3_op_plus504(real this_x987, real this_y100, real this_z138, real v_x212, real v_y661, real v_z138) returns real { vec3_op_plus_return_x_182 = (this_x_987 + v_x_212); vec3_op_plus_return_y_214 = (this_y_100 + v_y_661); vec3_op_plus_return_z_161 = (this_z_138 + v_z_138); return vec3_op_plus_return_x_182; } IS_NATIVE function testSuccess128() { }