mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 04:18:27 +00:00
5 lines
70 B
Rust
5 lines
70 B
Rust
#![crate_type = "staticlib"]
|
|
|
|
#[no_mangle]
|
|
pub extern "C" fn foo() {}
|