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

--- Comment #1 from Patrick Palka <ppalka at gcc dot gnu.org> ---
Another accepts-invalid example:

template <int> struct A;
template <class> struct B;
template <int N> struct B<A<N+0>> { };

Reply via email to