blob: ffc02eedcb7a7eff415cbce6329bd2c93d682469 [file] [log] [blame] [edit]
const _: () = unsafe {
let n = u32::MAX.count_ones();
std::hint::assert_unchecked(n < 32); //~ ERROR evaluation of constant value failed
};
fn main() {}