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