summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/link-dedup/depa.rs
blob: 19178c5bd49573296acba514aa1a2c3b2fe9d5a3 (plain)
1
2
3
4
5
6
7
8
9
10
#![crate_type = "rlib"]

#[link(name = "testa")]
extern "C" {}

#[link(name = "testa")]
extern "C" {}

#[link(name = "testa")]
extern "C" {}