2 /* { dg-do compile } */
4 extern void bar (int *);
14 int *p1
= &s
.x
; /* { dg-error "13:cannot take address of bit-field 'x'" } */
16 p2
= &s
.x
; /* { dg-error "8:cannot take address of bit-field 'x'" } */
17 bar (&s
.x
); /* { dg-error "8:cannot take address of bit-field 'x'" } */