* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / strong-using.C
blob9d58fddbb8fb3ddd814dbc8383cfb9e3e359a301
1 // { dg-do compile { target c++11 } }
3 namespace A
5   namespace B // { dg-message "inline namespace" }
6   {
7   }
9   using namespace B __attribute__ ((strong)); // { dg-warning "no longer supported" "" }