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

Nathaniel Shead <nshead at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2026-04-05
                 CC|                            |nshead at gcc dot gnu.org
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Nathaniel Shead <nshead at gcc dot gnu.org> ---
Confirmed.  Slightly more reduced:


export module foo;
export using xx = decltype([] {
  using yy = int;
  return 0;
}());

Reply via email to