rust/tests/run-make/extern-flag-pathless/bar-static.rs
2023-03-30 07:34:55 -05:00

4 lines
39 B
Rust

pub fn f() {
println!("static");
}