PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git] / gcc / testsuite / g++.dg / template / nontype21.C
blob508f9090240269d362c27d853d3cfaf4f5aefd9e
1 // PR c++/47705
3 template<char const * const x> class Something { };
5 extern char const xyz;
7 class SomethingElse:public Something<xyz> { }; // { dg-error "" }