1 2 3 4 5 6 7 8 9 10 11 12
struct A { int b:3; } d, e; int c; void f () { char g = d.b * e.b; c = g; }