]> git.lizzy.rs Git - rust.git/blob - src/test/ui/impl-trait/xcrate_simple.rs
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[rust.git] / src / test / ui / impl-trait / xcrate_simple.rs
1 // run-pass
2
3 // aux-build:xcrate.rs
4
5 extern crate xcrate;
6
7 fn main() {
8     xcrate::return_internal_fn()();
9 }