1 // check-pass
2 // edition:2021
3 
main()4 fn main() {
5     let _: u16 = 123i32.try_into().unwrap();
6 }
7