(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
enum20.C
// PR c++/47635
// { dg-do compile { target c++11 } }

enum A { };
void A::f() { }			// { dg-error "6:.enum A. is not a class" }