blob: f78255b7e2bc4fa0d803e8225d2a4fa367d5e37b [file] [log] [blame]
// run-pass
#![allow(unreachable_code)]
fn main() {
return ();
let x = ();
x
}