* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[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 };