]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/c-link-to-rust-dylib/foo.rs
Rollup merge of #107835 - tshepang:fmt, r=WaffleLapkin
[rust.git] / tests / run-make-fulldeps / c-link-to-rust-dylib / foo.rs
1 #![crate_type = "dylib"]
2
3 #[no_mangle]
4 pub extern "C" fn foo() {}