Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.dg
/
init
/
copy2.C
blob: 9a662d4cf165b53b51732aa83e96c4b138a806fe [
file
] [
log
] [
blame
]
// { dg-do compile }
struct
S
{
S
();
};
volatile
S s
[
1
]
=
{
S
()
};