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