1 2 3 4 5 6 7 8
#[mutants::skip] pub fn hang() -> ! { loop {} } pub fn is_even(n: i32) -> bool { n % 2 == 0 }