// PR c++/82357 template struct A { A() { x |= 0; } int x : 8; };