Merge from branches/gcc-4_8-branch up to rev 207411.
[official-gcc.git] / gcc-4_8-branch / gcc / testsuite / g++.dg / cpp0x / initlist79.C
blob5a1914dda67905927e7f4480db567ba7c56fc2b3
1 // PR c++/59646
2 // { dg-require-effective-target c++11 }
4 #include <initializer_list>
6 struct A {};
8 std::initializer_list<volatile A> x = {{}};