blob: 448364151868c92967ebeb88f684182903cdedd7 [file] [log] [blame]
#![crate_type = "rlib"]
#[link(name = "a", kind = "static")]
extern {
pub fn a();
}