1 // PR c++/58700
2 
3 struct A
4 {
5   static int : 4;  // { dg-error "bit-field" }
6 };
7