2 lines
48 B
Rust
2 lines
48 B
Rust
fn main() { let x = (); match x { () => { } } }
|
fn main() { let x = (); match x { () => { } } }
|