rust/tests/run-make/ice-static-mir/bar.rs
2024-07-17 16:10:22 -04:00

5 lines
67 B
Rust

pub fn bar() {
println!("bar {}", foo::FOO);
foo::foo();
}