#![allow(dead_code, deprecated, unused_variables, unused_mut)] fn main() { assert_eq!(16_u8.next_multiple_of(8), 16); assert_eq!(23_u8.next_multiple_of(8), 24); }