blob: 31334f4f3343dd79f4f1b997a035a6865c9560bd [file] [log] [blame]
// { dg-do compile }
// Origin: heinlein@informatik.uni-ulm.de
// PR c++/14428: Redeclaration of class template with wrong
// non-type template parameter.
template <int i> struct X; // { dg-error "template parameter" }
template <int* p> struct X; // { dg-message "note: redeclared here" }