]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.dg/cpp0x/pr51619.C
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / pr51619.C
1 // PR c++/51619
2 // { dg-do compile { target c++11 } }
3
4 struct A { virtual ~A(); };
5 struct B { A a[1][1]; } b;
6 struct C { A a[3][3]; } c;
This page took 0.038275 seconds and 5 git commands to generate.