blob: 9a662d4cf165b53b51732aa83e96c4b138a806fe [file] [log] [blame]
// { dg-do compile }
struct S { S (); };
volatile S s[1] = { S () };