* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / enum16.C
blob207fcab2b01d50f9b3785c5db552d70a37a6e008
1 // PR c++/48935
2 // { dg-do compile { target c++11 } }
4 enum class ENUM { a };
6 ENUM::Type func() { return ENUM::a; } // { dg-error "does not name a type" }