blob: 6a57e47825cf150e7d2e68490d6bb73e5aa9e3f0 [file] [log] [blame]
// PR c++/51463
// { dg-do compile { target c++11 } }
struct A
{
static virtual int i = 0; // { dg-error "both virtual and static|declared as" }
};