Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
run-make-fulldeps
/
extern-multiple-copies
/
bar.rs
blob: c6b3595f677532f653c9ebc30f86673231877c1b [
file
] [
log
] [
blame
]
extern
crate foo2
;
// foo2 first to exhibit the bug
extern
crate foo1
;
fn
main
()
{
/* ... */
}