blob: 421919403eff2324acc2f3c91dfe1cab45b790cd [file] [log] [blame]
//@ known-bug: #140891
struct A<const N: usize> {}
impl<const N: usize> Iterator for A<N> {
fn next() -> [(); std::mem::size_of::<Option<Self::Item>>] {}
}
fn main() {}