]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/extern-flag-pathless/bar-static.rs
Rollup merge of #106397 - compiler-errors:new-solver-impl-wc, r=lcnr
[rust.git] / tests / run-make-fulldeps / extern-flag-pathless / bar-static.rs
1 pub fn f() {
2     println!("static");
3 }