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