2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / init / static1.C
blob7609215dd4cc0e6bd0a3c0dec0b43be959335ac9
1 struct A {
2   static const int size = BOGUS; // { dg-error "" }
3 };
4 const int A::size;