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