rust/tests/ui/static/auxiliary/extern-statics.rs

5 lines
65 B
Rust

extern "C" {
pub static XA: u8;
pub static mut XB: u8;
}