OSDN Git Service

* lib/g++-dg.exp (g++-dg-test): Add "repo" option.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.jason / init.C
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.
4
5 struct A { int i; };
6
7 A a = { };