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