mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-15 23:23:18 +00:00
7 lines
97 B
Rust
7 lines
97 B
Rust
#![crate_type = "staticlib"]
|
|
|
|
#[link(name = "foo", kind = "static")]
|
|
extern "C" {}
|
|
|
|
fn main() {}
|