2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / pr51619.C
blob9a731880440dd44b67ffbee3abd29d3709e9c3c9
1 // PR c++/51619
2 // { dg-do compile { target c++11 } }
4 struct A { virtual ~A(); };
5 struct B { A a[1][1]; } b;
6 struct C { A a[3][3]; } c;