mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-26 16:32:06 +00:00
4 lines
66 B
Rust
4 lines
66 B
Rust
//@ run-pass
|
|
|
|
pub fn main() { let x = (); match x { () => { } } }
|