blob: a63b6fcf2627ab8294f0a0e050b63a466c3bdf16 [file]
// check-pass
// edition:2021
fn main() {
let _: u16 = 123i32.try_into().unwrap();
}