blob: 68dbfe3b453161f50794f26cd005d2b1311d7962 [file] [log] [blame]
//@ run-pass
pub fn main() { let x = (); match x { () => { } } }