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