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