simulate-thread tests: Silence gdb debuginfod warning
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / nsdmi-array1.C
blob1ab14359b564079690bfb77d1314620d732d99a6
1 // PR c++/103946
2 // { dg-do compile { target c++11 } }
4 struct s1 {  s1(); };
5 class s2 { s1 f1[2]{}; };
6 s2 a;