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>> { };
ppalka at gcc dot gnu.org via Gcc-bugs Wed, 26 May 2021 12:16:28 -0700
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>> { };