1 struct Foo { 2 short rest_of_the_struct; 3 short x : 5; 4 short y : 6; 5 short z : 5; 6 }; 7 8 struct Foo var; 9