OSDN Git Service

Some raw string changes from N3077
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / cpp0x / initlist28.C
1 // PR c++/42060
2 // { dg-options "-std=c++0x" }
3
4 void foo()
5 {
6   int a[1];
7   throw a = {}; // { dg-error "assign" }
8 }