blob: 10fa1dd06d64da24cfde1610f27d30109911ac37 [file] [log] [blame] [edit]
//@ build-fail
fn main() {
println!("Size: {}", std::mem::size_of::<[u8; u64::MAX as usize]>());
//~? ERROR too big for the target architecture
}