
[numthreads(1, 1, 1)]
void f() {
  float2 v2 = (3.0f).xx;
  float3 v3 = (3.0f).xxx;
  float4 v4 = (3.0f).xxxx;
}

