real vec2_withZ_return_x535 function initGlobals202() { } function main117() { initGlobals202(); init_test131(); } function config185() { } function init_test131() { vec2_withZ201(3., 4., 5.); } function vec2_withZ201(real this_x867, real this_y948, real z694) returns real { vec2_withZ_return_x_535 = this_x_867; return vec2_withZ_return_x_535; }