reinterpret2.C   [plain text]


bool b;

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