Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
impl-trait
/
xcrate_simple.rs
blob: 18ef20e78e0f6d0e39e17de99ca9cd54efc27a26 [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
//@ aux-build:xcrate.rs
extern
crate xcrate
;
fn
main
()
{
xcrate
::
return_internal_fn
()();
}