blob: 43c93065739d3adff8a2efc45f309766d6c611a9 [file] [edit]
//! Regression test for https://github.com/rust-lang/rust/issues/36379
//@ check-pass
fn _test() -> impl Default { }
fn main() {}