* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / name-clash10.C
blob0a089be257a80acc34a090030213aa520518cb78
1 // PR c++/38313
3 struct foo { };
4 struct bar { };
6 struct baz {
7   static foo (bar)();
8 };