]> git.proxmox.com Git - rustc.git/blob - src/test/run-make-fulldeps/link-dedup/depa.rs
Update unsuspicious file list
[rustc.git] / src / test / run-make-fulldeps / link-dedup / depa.rs
1 #![crate_type = "rlib"]
2
3 #[link(name = "testa")]
4 extern "C" {}
5
6 #[link(name = "testa")]
7 extern "C" {}
8
9 #[link(name = "testa")]
10 extern "C" {}