blob: 55d68988e5cc04812ded60de0560559004d0aa04 [file] [log] [blame]
// g++ should not complain about anonymous bitfields.
// Build don't link:
struct A
{
int : 2;
};