//ww:run-exit 1 package main; fn main() i32 = { let b: bool = true; let y: i8 = b: i8; return (y: i32); };