Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![crate_type = "rlib"]
#[no_mangle]
pub extern "C" fn foo() {}
pub static FOO: u64 = 42;