// compile-pass // #39665 fn batches(n: &u32) -> impl Iterator { std::iter::once(n) } fn main() {}