rustc/tests/run-make/ice-static-mir/bar.rs
2024-09-09 14:07:22 +02:00

5 lines
67 B
Rust

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