real vec_plus_return_x102 real vec_plus_return_y102 integer wurst_stack_depth321 = 0 function initGlobals233() { } function main137() { local real tuple_temp124 initGlobals233(); vec_plus400(1., 2., 3., 4., 5., 6.); tuple_temp_124 = vec_plus_return_y_102; if (tuple_temp_124 == 7.) { testSuccess100(); } else { }; } function config193() { } function vec_plus400(real this_x442, real this_y174, real this_z103, real other_x152, real other_y866, real other_z192) returns real { if (this_x_442 > 0.) { vec_plus_return_x_102 = (this_x_442 + other_x_152); vec_plus_return_y_102 = (this_y_174 + other_y_866); return vec_plus_return_x_102; } else { vec_plus_return_x_102 = (this_x_442 + other_x_152); vec_plus_return_y_102 = (this_y_174 + other_y_866); return vec_plus_return_x_102; }; } IS_NATIVE function testSuccess100() { }