* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / using14.C
blobc953bccc21dc1890f41d5787645759a212d6690e
1 // PR c++/21784
2 // { dg-options "" }
4 namespace mine
6   int cpow;
9 using mine::cpow;