index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
run-make
/
cdylib-fewer-symbols
/
foo.rs
blob: af37bc8e9534d3cc5241224b6e07c80af86a4354 (
plain
)
1
2
3
4
5
6
#![crate_type =
"cdylib"
]
#[no_mangle]
pub
extern
"C"
fn
foo
()
->
u32
{
3
}