mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 17:55:20 +00:00
5 lines
65 B
Rust
5 lines
65 B
Rust
extern "C" {
|
|
pub static XA: u8;
|
|
pub static mut XB: u8;
|
|
}
|