2 // { dg-do compile { target c++11 } }
3 // { dg-options "-Wuninitialized" }
7 const int a = 6; // { dg-bogus "non-static const member" }
9 int &c = b; // { dg-bogus "non-static reference" }
15 const int d; // { dg-warning "non-static const member" }
16 int &e; // { dg-warning "non-static reference" }