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

