1 struct A {
2   static const int size = BOGUS; // { dg-error "" }
3 };
4 const int A::size;
5