blob: e494e20a3bf116c647c9d3044208c110b7aa0738 [file] [log] [blame]
// PR c++/59886
struct A { A (); ~A (); };
struct B { A b[4]; };
struct C { B c[5]; };
const C e = {};