
[numthreads(1, 1, 1)]
void f() {
  float3x2 v = float3x2((0.0f).xx, (0.0f).xx, (0.0f).xx);
}

