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