* cfgloopmanip.c (duplicate_loop_to_header_edge): Cleanup profile
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / lookup9.C
blob688b379ca04ffa73257d5220f0d1ce041cbc4284
1 // { dg-do assemble  }
3 struct S {
4   typedef long I;
5 };
7 struct D : virtual public S {
8   I i;
9 };