blob: fb57d4f4c1652aa9782c0a713626f098cc11d23b [file] [log] [blame]
fn main() {
let x = 5;
assert_eq!(Some(&x).map(Some), Some(Some(&x)));
}