Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / init.C
blob6bb60d56c3be44ffc9307c82be57994298cad364
1 // { dg-do assemble  }
2 // Bug: g++ uses an empty initializer list for its own devious purpose
3 // internally, and gets confused if it shows up in the input.
5 struct A { int i; };
7 A a = { };