11 lines
141 B
Rust
Raw Normal View History

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