blob: 63840f246a19890898918ab075ef23878e32a660 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
float get_f32() {
return 1.0f;
}
void f() {
float2 v2 = float2((get_f32()).xx);
float3 v3 = float3((get_f32()).xxx);
float4 v4 = float4((get_f32()).xxxx);
}