blob: c2591a77b30150b7689a1d10a2d230e1de5820fa [file] [log] [blame]
//@ run-pass
fn f() { let x = (); return x; }
pub fn main() { f(); }