rust/tests/run-make-fulldeps/link-dedup/depa.rs
2023-01-11 09:32:08 +00:00

11 lines
141 B
Rust

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