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