blob: 2aba55649ed52f4be2ab1de3bb0740ff3caa0c58 [file] [log] [blame]
// { dg-do assemble }
// g++ should not complain about anonymous bitfields.
struct A
{
int : 2;
};