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

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

6 lines
69 B
Rust
Raw Normal View History

2022-08-06 21:43:33 +00:00
pub static FOO: &str = "foo";
pub fn foo() {
println!("foo");
}