]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/c-link-to-rust-dylib/foo.rs
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[rust.git] / src / test / run-make-fulldeps / c-link-to-rust-dylib / foo.rs
1 #![crate_type = "dylib"]
2
3 #[no_mangle]
4 pub extern "C" fn foo() {}