]> git.lizzy.rs Git - rust.git/blob - tests/run-make/issue-85401-static-mir/foo.rs
Rollup merge of #106625 - Swatinem:ref/cov6, r=nagisa
[rust.git] / tests / run-make / issue-85401-static-mir / foo.rs
1 pub static FOO: &str = "foo";
2
3 pub fn foo() {
4     println!("foo");
5 }