blob: e10fa5f3342a4dfb41e1935470edc95d998a5bd1 [file] [log] [blame]
// PR c++/58700
struct A
{
static int : 4; // { dg-error "bit-field" }
};