real vec3_op_plus_return_x746 function initGlobals251() { } function main543() { initGlobals251(); init_test145(); } function config794() { } function init_test145() { if (vec3_op_plus210(1., 1., 1., 1., 1., 1.) == 2.) { testSuccess325(); } else { }; } function vec3_op_plus210(real this_x198, real this_y815, real this_z124, real v_x130, real v_y312, real v_z187) returns real { vec3_op_plus_return_x_746 = (this_x_198 + v_x_130); return vec3_op_plus_return_x_746; } IS_NATIVE function testSuccess325() { }