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

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
With just:
template<auto = []{}>
struct B { using X = B<>; };

B<> x;

We get an ICE :).

Reply via email to