rust/tests/ui/impl-trait/xcrate_simple.rs

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

10 lines
109 B
Rust
Raw Normal View History

// run-pass
2018-05-22 12:31:56 +00:00
// aux-build:xcrate.rs
extern crate xcrate;
fn main() {
xcrate::return_internal_fn()();
}