blob: c6b3595f677532f653c9ebc30f86673231877c1b [file] [log] [blame]
extern crate foo2; // foo2 first to exhibit the bug
extern crate foo1;
fn main() {
/* ... */
}