blob: 6bac99231b83f4f81cc1f8fc39a405591880548c [file] [log] [blame]
//@ check-pass
fn ages() -> Option<impl Iterator> {
None::<std::slice::Iter<()>>
}
fn main(){}