Skip to content

Commit b768b2e

Browse files
committed
Test for issue 23600
1 parent 55a22d2 commit b768b2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ui/consts/issue-77062-large-zst-array.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//@ build-pass
2+
pub static FOO: [(); 9223372036854775807] = [(); 9223372036854775807];
23

34
fn main() {
45
let _ = &[(); usize::MAX];

0 commit comments

Comments
 (0)