mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-06 05:40:00 +00:00
5 lines
59 B
Rust
5 lines
59 B
Rust
#[no_mangle]
|
|
pub extern "C" fn foo() -> usize {
|
|
1234
|
|
}
|