blob: 5ebd2d563fb516aaafce9f933f513ff43e986ce0 [file] [log] [blame]
void main_1() {
const float2 x_30 = float2(50.0f, 60.0f);
const uint2 x_1 = asuint(int2(x_30));
return;
}
void main() {
main_1();
return;
}