c++: hash table ICE with variadic alias [PR105003]
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / enum8.C
blob15bee8334f1ab331fbd8728cc84922ff52daeb53
1 // PR c++/47704
2 // { dg-do compile { target c++11 } }
4 void
5 foo ()
7   enum class E { A, B };
8   new E;