mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-24 09:50:28 +00:00
5 lines
72 B
Rust
5 lines
72 B
Rust
#![crate_type = "cdylib"]
|
|
|
|
#[no_mangle]
|
|
pub extern "system" fn bar() {}
|