2023-01-11 09:32:08 +00:00

7 lines
68 B
Rust

extern crate foo;
extern crate bar;
fn main() {
bar::doit();
}