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