rust/tests/ui/cross-crate/auxiliary/pub_static_array.rs
2023-01-11 09:32:08 +00:00

2 lines
33 B
Rust

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