]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/c-link-to-rust-staticlib/foo.rs
Rollup merge of #95194 - kckeiks:update-algo-in-find-use-placement, r=pnkfelix
[rust.git] / src / test / run-make-fulldeps / c-link-to-rust-staticlib / foo.rs
1 #![crate_type = "staticlib"]
2
3 #[no_mangle]
4 pub extern "C" fn foo() {}