aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/ext/flexary2.C
blob: 4855b3f5725c4f91b3fe2c5da70aff05652dafdd (plain)
1
2
3
4
5
6
7
8
9
10
11
// PR c++/46688
// { dg-options "" }

struct A {
   A(int);
};

struct B {
   B() {}
   A a[];
};