main() { let x: u64; let y: u64; x = 5; y = move(x); assert(copy(y) == 5, 42); return; }