#![allow(dead_code, deprecated, unused_variables, unused_mut)] fn main() { let x = 1.0_f64; let y = 2.0_f64; assert_eq!(x.max(y), y); }