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