Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / parse / error1.C
blob8756df64592177270927048aa41e410f3bd5f1b9
1 struct INCOMPLETE;
2 template <int> struct X {
3     static INCOMPLETE value;
4 };
5 template <> INCOMPLETE X<1>::value = 0; // { dg-error "" }