(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
conversion/
reinterpret2.C
bool b;

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