http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00110.html
[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;