1 // PR c++/47635
2 // { dg-options -std=c++0x }
3 
4 enum A { };
f()5 void A::f() { }			// { dg-error "not a class" }
6