real vec2_withZ_return_x200 function initGlobals190() { } function main849() { initGlobals190(); init_test485(); } function config152() { } function init_test485() { vec2_withZ200(3., 4., 5.); } function vec2_withZ200(real this_x414, real this_y934, real z142) returns real { vec2_withZ_return_x_200 = this_x_414; return vec2_withZ_return_x_200; }