* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.gb / scope13.C
blob5c625b9c2ae964a015bfa37ca0ff50ec82e19a14
1 // { dg-do assemble  }
2 // GROUPS passed gb scope
3 class X {
4 public:
5 };
7 class Y {
8 public:
9   void X();
10   ::X X(int);