2018-07-20 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / lto / pr86585_1.C
blobebcbe12676816f7d939d7e661a900fe58e5e7f78
1 struct a {
2     struct b {
3         b();
4     } c;
5 };
6 class d {
7     a e;
8 };
9 namespace aa {
10     class h {};
11 } // namespace aa
12 class k {
13     typedef aa::h f;
14     f g;
16 namespace Inkscape {
17     class l {
18         k i;
19 class : d {
20         } j;
21         l();
22     };
23     l::l() {}
24 } // namespace Inkscape