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