]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/manual-link/main.rs
Rollup merge of #100776 - Rejyr:diagnostic-migration-rustc-lint, r=davidtwco
[rust.git] / src / test / run-make-fulldeps / manual-link / main.rs
1 extern crate foo;
2
3 fn main() {
4     foo::foo();
5 }