OSDN Git Service

PR c++/51143 - Alias template allows class definition
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / cpp0x / enum9.C
1 // { dg-options -std=c++0x }
2
3 enum class E { };
4 E f();
5 bool b2 = static_cast<bool>(f());