]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/link-dedup/depb.rs
Sync core::simd up to rust-lang/portable-simd@2e081db92aa3ee0a4563bc28ce01bdad5b1b2efd
[rust.git] / src / test / run-make-fulldeps / link-dedup / depb.rs
1 #![feature(link_cfg)]
2 #![crate_type = "rlib"]
3
4 #[link(name = "testb", cfg(foo))]
5 extern "C" {}
6
7 #[link(name = "testb", cfg(bar))]
8 extern "C" {}