rust/tests/run-make/ice-static-mir/bar.rs

5 lines
67 B
Rust

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