struct Foo {
  short rest_of_the_struct;
  short x : 5;
  short y : 6;
  short z : 5;
};

struct Foo var;
