fn main() where for<'a, T: Sized + 'a, const C: usize> [&'a T; C]: Sized, { let x = for || {}; let y: dyn for Into; let z: for fn(T); }