[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git] / gcc / testsuite / g++.dg / template / crash27.C
blobd2f6289d373fa17823161a416a23e28028181ad1
1 // PR c++/18586
2 template <int> struct A {
3   template <int N> int A<N>::i; // { dg-error "" } 
4 };