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