1[numthreads(1, 1, 1)]
2void unused_entry_point() {
3  return;
4}
5
6void f() {
7  bool2 v2 = bool2((true).xx);
8  bool3 v3 = bool3((true).xxx);
9  bool4 v4 = bool4((true).xxxx);
10}
11