mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-26 17:36:07 +00:00
8 lines
76 B
Rust
8 lines
76 B
Rust
#![crate_type = "rlib"]
|
|
|
|
extern crate foo;
|
|
|
|
pub fn bar() {
|
|
foo::foo()
|
|
}
|