]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/staticlib-blank-lib/foo.rs
Rollup merge of #100226 - cjgillot:noice-multibyte, r=davidtwco
[rust.git] / src / test / run-make-fulldeps / staticlib-blank-lib / foo.rs
1 #![crate_type = "staticlib"]
2
3 #[link(name = "foo", kind = "static")]
4 extern "C" {}
5
6 fn main() {}