blob: 2aba427df474380f006af18b35f76e475a8f9079 [file] [log] [blame]
extern crate foo;
extern crate bar;
fn main() {
bar::doit();
}