Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
cross-lang-lto-upstream-rlibs
/
staticlib.rs
blob: 76c24df78987c88fda62714c9d2582bf2f6f3cbf [
file
] [
log
] [
blame
] [
edit
]
#![
crate_type
=
"staticlib"
]
extern
crate upstream
;
#[
no_mangle
]
pub
extern
"C"
fn
bar
()
{
upstream
::
foo
();
}