//ww:run-exit 7 package main; fn main() i32 = { let x: i16 = 7i16; let y: i16 = x: i16; return (y: i32); };