]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/c-link-to-rust-staticlib/foo.rs
Auto merge of #100968 - cjgillot:mir-upvar-vec, r=wesleywiser
[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() {}