]> git.proxmox.com Git - rustc.git/blob - tests/run-make-fulldeps/c-link-to-rust-dylib/foo.rs
New upstream version 1.68.2+dfsg1
[rustc.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() {}