Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / init / copy2.C
blob9a662d4cf165b53b51732aa83e96c4b138a806fe
1 // { dg-do compile }
3 struct S { S (); };
5 volatile S s[1] = { S () };