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 = { };