2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / init / copy2.C
blob9a662d4cf165b53b51732aa83e96c4b138a806fe
1 // { dg-do compile }
3 struct S { S (); };
5 volatile S s[1] = { S () };