blob: 9beafd9ff3532fdd07e30cca6887fcdc0f6a6ef7 [file] [log] [blame]
#![crate_type = "dylib"]
#[link(name = "foo", kind = "static")]
extern {
pub fn foo();
}