blob: b997a74cc3eb4ac0d810076e9a298ff51f8131b7 [file] [log] [blame]
fn main() {
let xs = [0, 1, 2, 3];
let _y = unsafe { *xs.as_ptr().offset(4) };
}