Add test batch 4

This commit is contained in:
Oneirical
2025-08-20 14:02:57 -04:00
parent fa3155a644
commit 6ca69812cd
48 changed files with 91 additions and 64 deletions
@@ -0,0 +1,6 @@
// https://github.com/rust-lang/rust/issues/68010
//@ build-pass
fn main() {
println!("{}", [(); usize::MAX].len());
}