1 2 3 4
const FOO: &str = unsafe { &*(1_usize as *const [i64; 0] as *const [u8] as *const str) }; //~^ ERROR: cannot cast fn main() {}