//@ run-pass #![allow(dead_code)] fn altsimple(f: isize) { match f { _x => () } } pub fn main() { }