bool b;

void f() {
  reinterpret_cast<void*>(b);
}
