rust/src/test/ui/auxiliary/extern-statics.rs

5 lines
61 B
Rust
Raw Normal View History

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