Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
consts
/
closure-in-foreign-crate.rs
blob: 701cf0910450d8b7c8dfdd529e594a095ab3fe72 [
file
] [
log
] [
blame
] [
edit
]
//@ aux-build:closure-in-foreign-crate.rs
//@ build-pass
extern
crate closure_in_foreign_crate
;
const
_
:
()
=
closure_in_foreign_crate
::
test
();
fn
main
()
{}