blob: e957be9c1c1b6fd3b9e715d3600dc070aac44cc9 [file] [log] [blame]
// 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;
}