Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 7c8677b

Browse files
committed
add 34127
1 parent d1654f7 commit 7c8677b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ices/34127.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
3+
rustc -g - << EOF
4+
5+
pub fn main() {
6+
let _a = [(); 1 << 63];
7+
}
8+
9+
EOF

0 commit comments

Comments
 (0)