Fix warnings occured during profiledboostrap on
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / anon2.C
blob2aba55649ed52f4be2ab1de3bb0740ff3caa0c58
1 // { dg-do assemble  }
2 // g++ should not complain about anonymous bitfields.
4 struct A
6   int : 2;       
7 };