blob: 8937cc7a3d319fff14515d8addd55f4c4d60fe9e [file] [log] [blame]
// PR c++/47635
// { dg-do compile { target c++11 } }
enum A { };
void A::f() { } // { dg-error "not a class" }