* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / init / vbase2.C
blob1711ea9e1dff1ea93a64b5fbf90bd984a98d738a
1 // PR c++/80073
2 // { dg-do compile { target c++11 } }
4 struct A {};
6 struct B : virtual A {};
8 struct C : B {} c {};