]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/issue-28595/a.rs
Rollup merge of #106570 - Xaeroxe:div-duration-tests, r=JohnTitor
[rust.git] / tests / run-make-fulldeps / issue-28595 / a.rs
1 #![crate_type = "rlib"]
2
3 #[link(name = "a", kind = "static")]
4 extern "C" {
5     pub fn a();
6 }