(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
init/
copy2.C
// { dg-do compile }

struct S { S (); };

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