]> git.proxmox.com Git - rustc.git/blame - tests/run-make-fulldeps/c-link-to-rust-staticlib/foo.rs
New upstream version 1.69.0+dfsg1
[rustc.git] / tests / run-make-fulldeps / c-link-to-rust-staticlib / foo.rs
CommitLineData
1a4d82fc 1#![crate_type = "staticlib"]
223e47cc 2
1a4d82fc
JJ
3#[no_mangle]
4pub extern "C" fn foo() {}