Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.jason
/
init.C
blob: 6bb60d56c3be44ffc9307c82be57994298cad364 [
file
] [
log
] [
blame
]
// { dg-do assemble }
// Bug: g++ uses an empty initializer list for its own devious purpose
// internally, and gets confused if it shows up in the input.
struct
A
{
int
i
;
};
A a
=
{
};