1 // PR c++/84636 2 3 typedef void a(); 4 struct A { 5 a: 1; // { dg-error "bit-field .\\<anonymous\\>. with non-integral type" } 6 }; 7