main() { let x: u64; if (true) { x = 42; } assert(copy(x) == 42, 42); return; } // check: VerificationError // check: CopyLocUnavailableError