blob: 4ab74f0905976096cf45d7a393cb4718a2d9c39b [file] [log] [blame] [edit]
//@ run-pass
#![allow(dead_code)]
fn main() {
if true { return }
match () {
() => { static MAGIC: usize = 0; }
}
}