Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
run-make-fulldeps
/
cdylib-fewer-symbols
/
foo.rs
blob: af37bc8e9534d3cc5241224b6e07c80af86a4354 [
file
] [
log
] [
blame
]
#![
crate_type
=
"cdylib"
]
#[
no_mangle
]
pub
extern
"C"
fn
foo
()
->
u32
{
3
}