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