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