mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-24 15:02:19 +00:00
7 lines
68 B
Rust
7 lines
68 B
Rust
extern crate bar;
|
|
extern crate foo;
|
|
|
|
fn main() {
|
|
bar::doit();
|
|
}
|