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