mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-27 03:53:23 +00:00
5 lines
70 B
Rust
5 lines
70 B
Rust
#![crate_type = "staticlib"]
|
|
|
|
#[no_mangle]
|
|
pub extern "C" fn foo() {}
|