OSDN Git Service

PR c++/28606
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / parse / error1.C
1 struct INCOMPLETE;
2 template <int> struct X {
3     static INCOMPLETE value;
4 };
5 template <> INCOMPLETE X<1>::value = 0; // { dg-error "" }
6