blob: 664199b9c0406627382d8d4be5d9c26af21119f0 [file] [log] [blame] [edit]
template <typename T> struct foo {
T member;
bool b : 8;
};