blob: 8e9bd001bac25e5726397fbf981b8d8c3c0a1090 [file] [log] [blame]
struct A
{
int b:3;
} d, e;
int c;
void f ()
{
char g = d.b * e.b;
c = g;
}