* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.gb / scope05.C
blob4c1fd0ea7eadc5378699f15369221d497705757b
1 // { dg-do assemble  }
2 // GROUPS passed gb scope
3 struct C {
4   void foo (int);
5   void foo (char);
7   struct D {
8     void foo ();
9   };
12 void C::D::foo () { }