// PR c++/31273
enum
E
{
e
}
;
struct
S
{
E
v
:
5
;
}
;
S
s
;
int
main
(
)
{
if
(
!
s
.
v
)
return
0
;
}
syntax highlighted by
Code2HTML
, v. 0.9.1