Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![crate_type = "rlib"]
extern crate foo;
#[link(name = "bar", kind = "static")]
extern "C" {
fn bar();
}
pub fn doit() {
unsafe {
bar();