
[numthreads(1, 1, 1)]
void f() {
  bool2 v2 = (true).xx;
  bool3 v3 = (true).xxx;
  bool4 v4 = (true).xxxx;
}

