Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// no-prefer-dynamic
#![crate_type = "rlib"]
#[link(name = "rust_test_helpers", kind = "static")]
extern "C" {
pub fn rust_dbg_extern_identity_u32(u: u32) -> u32;
}