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
/
resolve-rename
/
baz.rs
blob: 9176073ef97f48717582483f4843a6329a08099e (
plain
)
1
2
3
4
5
#![crate_type =
"rlib"
]
extern
crate
bar
;
pub
fn
baz
()
{
bar
::
bar
()
}