mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-24 11:26:42 +00:00
5 lines
67 B
Rust
5 lines
67 B
Rust
pub fn bar() {
|
|
println!("bar {}", foo::FOO);
|
|
foo::foo();
|
|
}
|