mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
4 lines
66 B
Rust
4 lines
66 B
Rust
fn main() {
|
|
assert_eq!(Some(42).map(Some), Some(Some(42)));
|
|
}
|