1 // { dg-do compile }
2 
3 struct S { S (); };
4 
5 volatile S s[1] = { S () };
6