fn test() { let a = 1isize; let b: usize = 1; let c = b; }