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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
67 B
Rust
Raw Normal View History

2022-08-06 16:43:33 -05:00
pub fn bar() {
println!("bar {}", foo::FOO);
foo::foo();
}