* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / friend11.C
blob61aae4ed63b86f33c9cf0ac9a3c79afe20f88ebb
1 // PR c++/19200
3 struct S {
4   struct T{};
5   template<typename> friend void S(T);
6 };