]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/manual-link/main.rs
Rollup merge of #103702 - WaffleLapkin:lift-sized-bounds-from-pointer-methods-where...
[rust.git] / tests / run-make-fulldeps / manual-link / main.rs
1 extern crate foo;
2
3 fn main() {
4     foo::foo();
5 }