real vec3_op_plus_return_x202 function initGlobals499() { } function main631() { initGlobals499(); init_test155(); } function config156() { } function init_test155() { if (vec3_op_plus193(1., 1., 1., 1., 1., 1.) == 2.) { testSuccess195(); } else { }; } function vec3_op_plus193(real this_x268, real this_y173, real this_z169, real v_x140, real v_y220, real v_z142) returns real { vec3_op_plus_return_x_202 = (this_x_268 + v_x_140); return vec3_op_plus_return_x_202; } IS_NATIVE function testSuccess195() { }