5 lines
60 B
Rust
5 lines
60 B
Rust
// check-pass
|
|
|
|
fn _test() -> impl Default { }
|
|
|
|
fn main() {}
|