aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/issue-3660.rs
blob: 1f1c583cb5b629e21e4618015d31a51058dc4d29 (plain)
1
2
3
pub static A: [u32; 2] = [1, 2];

pub static B: [u8; 2] = [3, 4];