mirror of
https://git.proxmox.com/git/rustc
synced 2026-02-04 02:36:08 +00:00
9 lines
104 B
Rust
9 lines
104 B
Rust
//@ run-pass
|
|
#![allow(dead_code)]
|
|
|
|
|
|
|
|
fn altsimple(f: isize) { match f { _x => () } }
|
|
|
|
pub fn main() { }
|