blob: a62abcf12d69a96b3dfdcffdce078b2fdbd42dca [file] [log] [blame]
const _: () = unsafe {
let n = u32::MAX.count_ones();
std::hint::assert_unchecked(n < 32); //~ ERROR `assume` called with `false`
};
fn main() {}