OSDN Git Service

PR c++/48935
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / cpp0x / enum16.C
1 // PR c++/48935
2 // { dg-options -std=c++0x }
3
4 enum class ENUM { a };
5
6 ENUM::Type func() { return ENUM::a; } // { dg-error "does not name a type" }