mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 22:09:53 +00:00
5 lines
59 B
Rust
5 lines
59 B
Rust
#[no_mangle]
|
|
pub extern "C" fn foo() -> usize {
|
|
1234
|
|
}
|