array38.C 118 Bytes
Newer Older
1 2 3 4 5 6 7 8
// PR c++/64314
// { dg-do compile { target c++11 } }

struct C { C(); ~C(); };
struct A {
  int i;
  C c[1];
} a {};