blob: ea706e0a97d20ed682d726498987d34f50a04e7f [file] [log] [blame] [edit]
// MIR for `unwrap` after built
fn unwrap(_1: Option<i32>) -> i32 {
let mut _0: i32;
bb0: {
_0 = copy ((_1 as variant#1).0: i32);
return;
}
}