6 lines
61 B
Rust
6 lines
61 B
Rust
//@ check-pass
|
|
|
|
fn _test() -> impl Default { }
|
|
|
|
fn main() {}
|