real vec2_withZ_return_x119 function initGlobals399() { } function main160() { initGlobals399(); init_test161(); } function config291() { } function init_test161() { vec2_withZ124(3., 4., 5.); } function vec2_withZ124(real this_x188, real this_y106, real z168) returns real { vec2_withZ_return_x_119 = this_x_188; return vec2_withZ_return_x_119; }