blob: 3f56cd4796d87f4199d09f18236f85ee0a42d9cf [file] [log] [blame]
// run-pass
#![allow(dead_code)]
// pretty-expanded FIXME #23616
fn altsimple(f: isize) { match f { _x => () } }
pub fn main() { }