1 struct Foo {
2     char type_ : 3;
3     char type();
4     void set_type_(char c);
5     void set_type(char c);
6 };
7