OSDN Git Service

* g++.old-deja/g++.brendan/scope5.C: Changed "Class" to "Klasse".
[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