rust/src/test/ui/consts/issue-66397.rs

6 lines
69 B
Rust
Raw Normal View History

// build-pass
fn main() {
[0; 4 * 1024 * 1024 * 1024 * 1024];
}