// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11
;
int
;
int S2::*pf = &S2::bitfield; // expected-error {{address of bit-field requested}}
int S2::*anon_pf = &S2::anon_bitfield; // expected-error {{address of bit-field requested}}
;
void