bit-fields1.C   [plain text]


// Build don't link: 
// GROUPS passed bit-fields
typedef int A;

struct B
{
    int A : 2;
} ;