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