summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/auxiliary/issue-25185-1.rs
blob: e957be9c1c1b6fd3b9e715d3600dc070aac44cc9 (plain)
1
2
3
4
5
6
7
8
// 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;
}