]> git.proxmox.com Git - rustc.git/blame_incremental - 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
1#![crate_type = "staticlib"]
2
3#[no_mangle]
4pub extern "C" fn foo() {}