blob: 4927b7ab144474da36e23d091ace9419a09526a0 [file] [log] [blame]
// PR c++/82357
template <typename> struct A {
A() { x |= 0; }
int x : 8;
};