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