https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108245
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Reduced testcase: typedef int mytype; void h() { [=](mytype auto... I) { }; }
pinskia at gcc dot gnu.org via Gcc-bugs Wed, 28 Dec 2022 10:19:44 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108245
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Reduced testcase: typedef int mytype; void h() { [=](mytype auto... I) { }; }