]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/c-link-to-rust-staticlib/foo.rs
Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-component
[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() {}