//@ check-pass fn hello<'b, F>() where for<'a> F: Iterator + 'b, { } fn main() {}