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
/
src
/
test
/
run-make-fulldeps
/
prefer-rlib
/
foo.rs
blob: 8d68535e3b647edfaca1770ebacc4b7bbcf0ce1c (
plain
)
1
2
3
4
5
extern
crate
bar
;
fn
main
()
{
bar
::
bar
();
}