granite-rust/tests/ui/issues/issue-36379.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
60 B
Rust
Raw Normal View History

2019-06-12 18:18:32 +03:00
// check-pass
2017-05-25 16:09:21 -04:00
fn _test() -> impl Default { }
2019-06-12 18:18:32 +03:00
fn main() {}