1 // PR c++/15025
2 
3 template <int> struct X;
4 struct X {}; // { dg-error "" }
5