real vec3_op_plus_return_x167 function initGlobals158() { } function main665() { initGlobals158(); init_test267(); } function config920() { } function init_test267() { if (vec3_op_plus703(1., 1., 1., 1., 1., 1.) == 2.) { testSuccess553(); } else { }; } function vec3_op_plus703(real this_x392, real this_y100, real this_z957, real v_x131, real v_y209, real v_z529) returns real { vec3_op_plus_return_x_167 = (this_x_392 + v_x_131); return vec3_op_plus_return_x_167; } IS_NATIVE function testSuccess553() { }