blob: 4855b3f5725c4f91b3fe2c5da70aff05652dafdd [file] [log] [blame]
// PR c++/46688
// { dg-options "" }
struct A {
A(int);
};
struct B {
B() {}
A a[];
};