blob: d66f16c0ecc78341d2f2b4b41ba72adb927120ec [file] [log] [blame]
struct Foo {
char type_ : 3;
char type();
void set_type_(char c);
void set_type(char c);
};