blob: 48ba8b7f1b78d65b40bf124217077fe8a522c1fc [file] [log] [blame]
#![crate_type = "staticlib"]
#[link(name = "foo", kind = "static")]
extern {}
fn main() {}