Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
433da1fc047bb39a263eefca4bdb2b1972f1d2ce
/
.
/
tests
/
run-make
/
extern-multiple-copies
/
bar.rs
blob: c6b3595f677532f653c9ebc30f86673231877c1b [
file
] [
log
] [
blame
]
extern
crate foo2
;
// foo2 first to exhibit the bug
extern
crate foo1
;
fn
main
()
{
/* ... */
}