
[numthreads(1, 1, 1)]
void f() {
  bool a = true;
  bool b = false;
  bool r = (a & b);
}

