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