blob: 928509e1bd652a8284ceb2eabb111308a628d6c3 [file] [log] [blame]
static FOO: [isize; 4] = [32; 4];
static BAR: [isize; 4] = [32, 32, 32, 32];
pub fn main() {
assert_eq!(FOO, BAR);
}