blob: 508f9090240269d362c27d853d3cfaf4f5aefd9e [file] [log] [blame]
// PR c++/47705
template<char const * const x> class Something { };
extern char const xyz;
class SomethingElse:public Something<xyz> { }; // { dg-error "" }