fn main() { let v = core::ptr::null::(); v as *const [u8]; //~ ERROR E0607 }