summaryrefslogtreecommitdiffstats
path: root/src/test/ui/binding/match-pattern-simple.rs
blob: 3f56cd4796d87f4199d09f18236f85ee0a42d9cf (plain)
1
2
3
4
5
6
7
8
9
// run-pass
#![allow(dead_code)]


// pretty-expanded FIXME #23616

fn altsimple(f: isize) { match f { _x => () } }

pub fn main() { }