//# run main() { let x: u64; let x_ref: &mut u64; label b0: x = 0; x_ref = &mut x; abort 0; // x_ref does not have to be released }