// Validation makes this fail in the wrong place // compile-flags: -Zmir-emit-validate=0 -Zmiri-disable-validation fn main() { let g = unsafe { std::mem::transmute::(42) }; g(42) //~ ERROR constant evaluation error //~^ NOTE a memory access tried to interpret some bytes as a pointer }