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
/
c-link-to-rust-staticlib
/
foo.rs
blob: 2e59432cdb16feca35d30166b94ab591a1568125 (
plain
)
1
2
3
4
#![crate_type =
"staticlib"
]
#[no_mangle]
pub
extern
"C"
fn
foo
()
{}