Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ run-pass
#![allow(dead_code)]
// test for issue #30244
#[derive(Copy, Clone)]
struct Array {
arr: [[u8; 256]; 4]
}
pub fn main() {}