1 2 3 4 5 6 7 8 9 10 11 12 13
struct x { int a:16; int b:16; int c; }; bar() { struct x y; y.b = 1 < y.a; foo(&y); }