real vec2_withZ_return_x437 function initGlobals248() { } function main171() { initGlobals248(); init_test173(); } function config175() { } function init_test173() { vec2_withZ132(3., 4., 5.); } function vec2_withZ132(real this_x111, real this_y791, real z169) returns real { vec2_withZ_return_x_437 = this_x_111; return vec2_withZ_return_x_437; }