https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91793

--- Comment #1 from Cyp <cyp561 at gmail dot com> ---
Reduced (creduce) testcase which reproduces ICE:
-----------------------------------------------
int a(
        [](auto... a) {
                [] {
                        using b = decltype(a);
                };
        }()
-----------------------------------------------

Reply via email to