index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
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(); }