mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Add test batch 4
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// https://github.com/rust-lang/rust/issues/68010
|
||||
//@ build-pass
|
||||
|
||||
fn main() {
|
||||
println!("{}", [(); usize::MAX].len());
|
||||
}
|
||||
Reference in New Issue
Block a user