aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/init.C
blob: 032d172e160907fedebfb5cc3590f3f082e18ead (plain)
1
2
3
4
5
6
7
// Bug: g++ uses an empty initializer list for its own devious purpose
// internally, and gets confused if it shows up in the input.
// Build don't link:

struct A { int i; };

A a = { };