1 // PR c++/47635
2 // { dg-do compile { target c++11 } }
3 
4 enum A { };
f()5 void A::f() { }			// { dg-error "6:.enum A. is not a class" }
6