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