* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / using21.C
blob3db97b4b4afec882f07744fb9b837a47f62f2c62
1 // PR c++/40799
3 namespace Bar {
4   typedef int A;
6 class CollectionDeleteGuard {
7 public:
8   CollectionDeleteGuard(int);
9 };
10 CollectionDeleteGuard::CollectionDeleteGuard(int)
12   using Bar::A;