Sign in
rust
/
rust
/
d7a18fc052d1db50057d6fff023ca4bd8ec7617e
/
.
/
tests
/
run-make
/
extern-multiple-copies
/
bar.rs
blob: aa0bee77cb29678a40f35f96b00afb839b3f3d6e [
file
]
extern
crate foo1
;
extern
crate foo2
;
// foo2 first to exhibit the bug
fn
main
()
{
/* ... */
}