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