rust/tests/ui/cross-crate/auxiliary/pub_static_array.rs

2 lines
33 B
Rust

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