* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / using13.C
blob26b703d0e7cb3c355d1724c2a011f3eb3960552c
1 // { dg-do compile }
3 // Origin: Stefan Straßer <sstrasser@systemhaus-gruppe.de>
5 // PR c++/20240: 
7 namespace A { int a; }
9 namespace C{
10   int a;
11   using A::a;           // { dg-error "conflicts with a previous" }