simulate-thread tests: Silence gdb debuginfod warning
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / initlist26.C
blob045147c488239622fe3e1d47b94a296a54a479e4
1 // PR c++/42059
2 // { dg-do compile { target c++11 } }
3 // { dg-options "" }
5 void
6 foo (int i)
8   int a[i];
9   a = { }; // { dg-error "5:assigning to an array from an initializer list" }