* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / namespace1.C
blob566974192537fdf0c4befd5f65ebe69e6f5f75dc
1 namespace foo {
2 void baz(int);
5 void bar(int foo) {
6   foo::baz (3);