real vec3_op_plus_return_x130 real vec3_op_plus_return_y959 real vec3_op_plus_return_z584 function initGlobals196() { } function main127() { initGlobals196(); init_test922(); } function config985() { } function init_test922() { local real v1_x201 local real v1_y370 local real v1_z162 local real v2_x167 local real v2_y155 local real v2_z183 local real tuple_temp139 local real tuple_temp115 local real tuple_temp106 local real tuple_temp208 local real tuple_temp149 local real tuple_temp118 local real tuple_temp161 local real tuple_temp171 local real tuple_temp690 tuple_temp_139 = 1.; tuple_temp_115 = 1.; tuple_temp_106 = 1.; v1_x_201 = tuple_temp_139; v1_y_370 = tuple_temp_115; v1_z_162 = tuple_temp_106; tuple_temp_208 = 1.; tuple_temp_149 = 1.; tuple_temp_118 = 1.; v2_x_167 = tuple_temp_208; v2_y_155 = tuple_temp_149; v2_z_183 = tuple_temp_118; tuple_temp_161 = vec3_op_plus216(v1_x_201, v1_y_370, v1_z_162, v2_x_167, v2_y_155, v2_z_183); tuple_temp_171 = vec3_op_plus_return_y_959; tuple_temp_690 = vec3_op_plus_return_z_584; v1_x_201 = tuple_temp_161; v1_y_370 = tuple_temp_171; v1_z_162 = tuple_temp_690; if (v1_x_201 == 2.) { testSuccess106(); } else { }; } function vec3_op_plus216(real this_x774, real this_y274, real this_z808, real v_x188, real v_y891, real v_z115) returns real { vec3_op_plus_return_x_130 = (this_x_774 + v_x_188); vec3_op_plus_return_y_959 = (this_y_274 + v_y_891); vec3_op_plus_return_z_584 = (this_z_808 + v_z_115); return vec3_op_plus_return_x_130; } IS_NATIVE function testSuccess106() { }