1// { dg-do assemble  }
2// g++ should not complain about anonymous bitfields.
3
4struct A
5{
6  int : 2;
7};
8