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