copy2.C   [plain text]


// { dg-do compile }

struct S { S (); };

volatile S s[1] = { S () };