summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/init.C
blob: 6bb60d56c3be44ffc9307c82be57994298cad364 (plain)
1
2
3
4
5
6
7
// { 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 = { };