OSDN Git Service

PR c++/53549
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / crash27.C
1 // PR c++/18586
2 template <int> struct A {
3   template <int N> int A<N>::i; // { dg-error "" } 
4 };