blob: 37dc519a20401bb7a900f461cbc8a722ae3ba3d8 [file] [log] [blame]
// run-pass
#![deny(unused_parens)]
#![allow(unreachable_code)]
fn main() {
match (return) {} // ok
if (return) {} // ok
}