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