//# run main() { let x: u64; label b0: x = 5; assert(*&mut x == 5, 42); return; }