* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / ns3.C
blob144cba73daee4bf5255c655a1fd73588b355842a
1 // PR c++/32898
3 namespace N { }
5 int N::i;       // { dg-error "should have been declared inside" }