1 // PR c++/18586
2 template <int> struct A {
3   template <int N> int A<N>::i; // { dg-error "" }
4 };
5