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