]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/issue-15460/foo.rs
Rollup merge of #100470 - reitermarkus:patch-1, r=joshtriplett
[rust.git] / src / test / run-make-fulldeps / issue-15460 / foo.rs
1 #![crate_type = "dylib"]
2
3 #[link(name = "foo", kind = "static")]
4 extern "C" {
5     pub fn foo();
6 }