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