1 2 3 4 5 6 7 8 9
//@ known-bug: #131295 #![feature(generic_const_exprs)] async fn foo<'a>() -> [(); { let _y: &'a (); 4 }] { }