fn main() { let x = 5i64; if x as u32 < 4 { println!("yay"); } }