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