]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/extern-flag-pathless/foo.rs
Rollup merge of #106958 - jyn514:labels, r=m-ou-se
[rust.git] / tests / run-make-fulldeps / extern-flag-pathless / foo.rs
1 fn main() {
2     bar::f();
3 }