Skip to content

Commit 3adac03

Browse files
committed
Add test case for #77062
Closes #77062
1 parent 31530e5 commit 3adac03

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// build-pass
2+
3+
fn main() {
4+
let _ = &[(); usize::MAX];
5+
}

0 commit comments

Comments
 (0)