function main(a: u8, b: u8, c: bool) { assert_eq!(a >= b, c); }