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
/
symlinked-rlib
/
bar.rs
blob: fde0d746634c75bda4939b7e052e9f6516700c36 (
plain
)
1
2
3
4
5
extern
crate
foo
;
fn
main
()
{
foo
::
bar
();
}