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
/
interdependent-c-libraries
/
main.rs
blob: 2aba427df474380f006af18b35f76e475a8f9079 (
plain
)
1
2
3
4
5
6
extern
crate
foo
;
extern
crate
bar
;
fn
main
()
{
bar
::
doit
();
}