blob: 607104dbaa12f85eff222f685c157826edf89aa1 [file] [log] [blame] [edit]
// https://github.com/rust-lang/rust/issues/68010
//@ build-pass
fn main() {
println!("{}", [(); usize::MAX].len());
}