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-fulldeps
/
cdylib-dylib-linkage
/
bar.rs
blob: b3a7539abaeffe6d4ac414f79e0448a582298b6d (
plain
)
1
2
3
4
5
#![crate_type =
"dylib"
]
pub
fn
bar
()
{
println!
(
"hello!"
);
}