const a: [u8; 3] = ['h' as u8, 'i' as u8, 0 as u8]; const b: *const i8 = &a as *const i8; //~ ERROR mismatched types fn main() { }