Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / g++.dg / template / void8.C
blobe45c91c044c2021497a34c92f7558db45f84643b
1 //PR c++/28737
3 template<void> struct A;                // { dg-error "not a valid type" }
5 template<typename> struct B;
7 template<void N> struct B<A<N> > {};   // { dg-error "not a valid type|declared|invalid" }