rust/tests/ui/issues/issue-36379.rs
2024-02-16 20:02:50 +00:00

5 lines
61 B
Rust

//@ check-pass
fn _test() -> impl Default { }
fn main() {}