fn main() { let b = unsafe { std::mem::transmute::(2) }; //~ ERROR: invalid boolean value read if b { unreachable!() } else { unreachable!() } }