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