blob: 361be0905dfca00eb6ac0f60f7384cd345d63744 [file] [log] [blame] [edit]
//@ known-bug: #130687
//@ only-x86_64
pub struct Data([u8; usize::MAX >> 16]);
const _: &'static Data = &Data([0; usize::MAX >> 16]);