1
Fork 0
rust/tests/ui/cross-crate/auxiliary/pub_static_array.rs

2 lines
33 B
Rust
Raw Normal View History

pub static ARRAY: [u8; 1] = [1];