void main_1() { const float2 x_1 = asfloat(uint2(10u, 20u)); return; } void main() { main_1(); return; }