// check: VerificationError // check: ReadRefTypeMismatchError main() { let x: u64; let y: u64; x = 0; y = *move(x); return; }