]> git.proxmox.com Git - rustc.git/blame - src/test/run-pass/rfcs/rfc1717/auxiliary/clibrary.rs
New upstream version 1.37.0+dfsg1
[rustc.git] / src / test / run-pass / rfcs / rfc1717 / auxiliary / clibrary.rs
CommitLineData
476ff2be
SL
1// no-prefer-dynamic
2#![crate_type = "staticlib"]
e9174d1e 3
476ff2be
SL
4#[no_mangle]
5pub extern "C" fn foo(x:i32) -> i32 { x }