blob: 1cd99a5996e3027115db1fbb60027b15bdff8440 [file] [log] [blame]
typedef void a();
struct A {
a a1: 1; // { dg-error "3:bit-field .void A::a1\\(\\). with non-integral type .void \\(A::\\)\\(\\)." }
};