// PR c++/30274
struct
S
{
bool
x
:
4
;
}
;
S
s
;
void
f
(
)
{
+
+
s
.
x
=
false
;
}
syntax highlighted by
Code2HTML
, v. 0.9.1