1 2 3 4 5 6
//@ only-64bit pub struct Data([u8; usize::MAX >> 2]); const _: &'static [Data] = &[]; //~^ ERROR: too big for the target architecture fn main() {}