https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120174
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Reduced testcase: ``` auto t = [](decltype([](){}) &){}; ```
pinskia at gcc dot gnu.org via Gcc-bugs Sat, 10 May 2025 15:24:13 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120174
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Reduced testcase: ``` auto t = [](decltype([](){}) &){}; ```