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