Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
lto-avoid-object-duplication
/
downstream.rs
blob: e03704665d46c40d1f840b37d3843e1c61ad5a42 [
file
] [
log
] [
blame
] [
edit
]
extern
crate upstream
;
#[
no_mangle
]
pub
extern
"C"
fn
foo
()
{
print
!(
"1 + 1 = {}"
,
upstream
::
issue64153_test_function
(
1
));
}